diff --git a/conf/nginx.conf b/conf/nginx.conf index 70833b7..c6d9d14 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -16,7 +16,7 @@ location __PATH__/ { fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm.sock; } - location /ws/ { + location __FINALPATH__/ws/ { proxy_pass http://localhost:__PORT__/; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade;