diff --git a/conf/nginx.conf b/conf/nginx.conf index 02621b4..7aaf50e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -8,7 +8,7 @@ location __PATH__/ { fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm__NAME__.sock; } - location ~ ^__PATH__/ws/ { + location /ws/ { proxy_pass http://127.0.0.1:__PORT__/; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade;