vault backup: 2026-01-05 13:03:55

This commit is contained in:
windyboy
2026-01-05 13:03:55 +08:00
parent 21460fc35d
commit be7c6cdcc9
589 changed files with 396508 additions and 27 deletions
@@ -0,0 +1,21 @@
账号:
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/;
}
```