diff --git a/nginx.conf b/nginx.conf index 04d7651a4..9423d27e9 100644 --- a/nginx.conf +++ b/nginx.conf @@ -68,8 +68,8 @@ server { add_header Cache-Control "public, max-age=86400"; # 24 hours } - # /public_lobbies endpoint - Cache for 1 second to handle high request volume - location = /public_lobbies { + # /api/public_lobbies endpoint - Cache for 1 second to handle high request volume + location = /api/public_lobbies { proxy_pass http://127.0.0.1:3000; proxy_http_version 1.1;