install script add nginx & certbot

This commit is contained in:
arnaucube
2019-09-22 13:21:20 +02:00
parent f62633a789
commit a423155cd8
2 changed files with 12 additions and 4 deletions

View File

@@ -9,10 +9,6 @@ server {
location / {
proxy_pass http://localhost:PORT;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_read_timeout 86400;
}
}
```