From c28d2ffed07b6afcf785f33708adda44f20ff7e4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 17 Sep 2020 09:06:06 +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 11505d7..02621b4 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 /movim/ws/ { + location ~ ^__PATH__/ws/ { proxy_pass http://127.0.0.1:__PORT__/; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade;