Adding changes from actual server.

This commit is contained in:
Colin Diem
2022-08-19 21:32:19 +00:00
parent 29606cb7af
commit fe4c1df88f
3 changed files with 3 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ server {
proxy_pass http://192.168.1.249:25565;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade"
proxy_set_header Connection "Upgrade";
}
access_log /var/log/nginx/minecraft_access.log combined;