diff --git a/game.conf b/game.conf index 9af15bc..b745158 100644 --- a/game.conf +++ b/game.conf @@ -6,6 +6,10 @@ server { include conf.d/ssl; location / { - proxy_pass http://localhost:5000; + proxy_pass http://localhost:1950; + } + + location /server { + proxy_pass http://localhost:1951; } }