fix httpsms
This commit is contained in:
parent
47ae33a8c8
commit
efc919065e
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user