♻️ refactored code

This commit is contained in:
2025-02-27 18:46:15 +08:00
parent 0e1b7c32b0
commit 41fdc58c4e
66 changed files with 4178 additions and 1167 deletions

View File

@@ -27,7 +27,7 @@ server {
}
location /sys/ {
rewrite ^/sys/(.*)$ /$1 break;
proxy_pass http://127.0.0.1:80;
proxy_pass http://landaiqing.cn:80;
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;