forked from exozyme/nginx
Update ta180m.conf
This commit is contained in:
parent
d868d38aaa
commit
608a0a5194
1 changed files with 1 additions and 7 deletions
|
@ -1,9 +1,3 @@
|
|||
server {
|
||||
listen 80 default_server;
|
||||
server_name _;
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name ta180m.exozy.me;
|
||||
|
@ -11,7 +5,7 @@ server {
|
|||
ssl_certificate /etc/letsencrypt/live/exozy.me/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/exozy.me/privkey.pem;
|
||||
|
||||
root /srv/http/ta180m.github.io;
|
||||
root /srv/http/ta180m;
|
||||
index index.html;
|
||||
|
||||
location / {
|
||||
|
|
Loading…
Reference in a new issue