From 152ffb8dc193951420a6509ee2668f7631b41a95 Mon Sep 17 00:00:00 2001 From: Evan Date: Thu, 6 Mar 2025 10:41:20 -0800 Subject: [PATCH] update to /api/public lobbies nginx config --- nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;