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;