From 69c8607a52a2234937d6d459aa546b968a06a8f2 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 31 Dec 2024 10:28:30 +0000 Subject: [PATCH] Update nginx and change --- change-game | 2 +- nginx/nginx.conf.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/change-game b/change-game index 248fa9a..e3cecc4 160000 --- a/change-game +++ b/change-game @@ -1 +1 @@ -Subproject commit 248fa9a375d1f39f419ce9f87ff7ade639d32079 +Subproject commit e3cecc4f41d9f398e65c522253863a338092e632 diff --git a/nginx/nginx.conf.template b/nginx/nginx.conf.template index f921f17..540cb74 100644 --- a/nginx/nginx.conf.template +++ b/nginx/nginx.conf.template @@ -389,7 +389,7 @@ http { proxy_pass http://foundry-handler; } - location /change/socket.io/ { + location ~ ^/change/(socket\.io|peer) { proxy_pass http://change-handler; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade;