From da0e013a97225cfb015ff46897a58e497e79b9ba Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sun, 16 Jan 2022 16:38:34 -0600 Subject: [PATCH] Move game ports to 1950 and 1951 --- game.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; } }