From 7ce60ab985b29f24916194913f857aaa336726ac Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 17 Sep 2020 09:13:54 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;