This commit is contained in:
wuyibo
2022-08-31 17:17:21 +08:00
parent cd07e8ab70
commit d05e3ddf72

View File

@@ -19,7 +19,7 @@ http {
try_files $uri $uri/ /index.html;
index index.html index.htm;
}
location /{
location /wx/{
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header REMOTE-HOST $remote_addr;