mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-24 01:38:55 +00:00
update to /api/public lobbies nginx config
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user