fix httpsms

This commit is contained in:
Elizabeth Hunt 2025-01-14 01:55:49 -05:00
parent 47ae33a8c8
commit efc919065e

View File

@ -30,8 +30,8 @@ server {
add_header Strict-Transport-Security "max-age=15552000; includeSubDomains" always; add_header Strict-Transport-Security "max-age=15552000; includeSubDomains" always;
} }
location /api/ { location /v1/ {
proxy_pass http://127.0.0.1:33222/; proxy_pass http://127.0.0.1:33222;
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";