diff --git a/nginx.conf b/nginx.conf index a3831bc40c..1ba89b1d00 100644 --- a/nginx.conf +++ b/nginx.conf @@ -20,11 +20,11 @@ server { proxy_pass http://localhost:5001/socket.io; include includes/headers; } - location /chat { + location =/chat { proxy_pass http://localhost:5001/chat; include includes/headers; } - location /reply { + location =/reply { proxy_pass http://localhost:5001/reply; include includes/headers; }