Updated nginx configuration

This commit is contained in:
Kevin Veen-Birkenbach 2022-11-21 12:18:28 +01:00
parent 4b1f201e62
commit 4d53548613
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# docker peertube # docker peertube
## track docker volumes ## track docker container status
```bash ```bash
watch -n 2 "docker ps -a | grep peertube" watch -n 2 "docker ps -a | grep peertube"
``` ```

View File

@ -67,7 +67,7 @@ server {
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade"; proxy_set_header Connection "upgrade";
#proxy_pass http://backend; proxy_pass http://backend;
} }
location /socket.io { location /socket.io {