From 7934ab0b7f949608784ed404efa054d7daf5f911 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 25 Aug 2025 15:21:06 -0600 Subject: [PATCH] Update fusionpbx --- debian/resources/nginx/fusionpbx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/debian/resources/nginx/fusionpbx b/debian/resources/nginx/fusionpbx index 2cebf7b..be71888 100755 --- a/debian/resources/nginx/fusionpbx +++ b/debian/resources/nginx/fusionpbx @@ -199,14 +199,14 @@ server { ssl_session_timeout 2h; ssl_session_tickets off; - #redirect websockets to port 8080 - location /websockets/ { - proxy_pass http://127.0.0.1:8080; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; - } + #redirect websockets to port 8080 + location /websockets/ { + proxy_pass http://127.0.0.1:8080; + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; + proxy_set_header Host $host; + } #redirect letsencrypt to dehydrated location ^~ /.well-known/acme-challenge { @@ -331,3 +331,4 @@ server { } } +