From 3641c6e0e23a6fd483c21fa711d5b3cb055dc195 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 8 Aug 2020 19:01:29 +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 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;