update to /api/public lobbies nginx config

This commit is contained in:
Evan
2025-03-06 10:41:20 -08:00
parent 1b682994e8
commit 152ffb8dc1
+2 -2
View File
@@ -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;