Update fusionpbx

This commit is contained in:
FusionPBX
2025-08-25 15:21:06 -06:00
committed by GitHub
parent a4ce30cbb7
commit 7934ab0b7f

View File

@@ -199,14 +199,14 @@ server {
ssl_session_timeout 2h; ssl_session_timeout 2h;
ssl_session_tickets off; ssl_session_tickets off;
#redirect websockets to port 8080 #redirect websockets to port 8080
location /websockets/ { location /websockets/ {
proxy_pass http://127.0.0.1:8080; proxy_pass http://127.0.0.1:8080;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade"; proxy_set_header Connection "upgrade";
proxy_set_header Host $host; proxy_set_header Host $host;
} }
#redirect letsencrypt to dehydrated #redirect letsencrypt to dehydrated
location ^~ /.well-known/acme-challenge { location ^~ /.well-known/acme-challenge {
@@ -331,3 +331,4 @@ server {
} }
} }