Files
2025-12-29 13:38:39 +08:00

21 lines
349 B
Markdown
Executable File
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
账号:
18813973711@1826109533440870.onaliyun.com
密码:
Jinke@202403
服务器:
root
Passw0rd
nginx:
```nginx
location /jsc/ {
proxy_set_header X-Forwarded-Host $host;
   proxy_set_header X-Forwarded-Server $host;
   proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
   proxy_pass http://172.16.0.13:8082/;
}
```