This commit is contained in:
12600k-rog-d4
2026-09-07 10:29:54 +08:00
parent 1e5c48ffdd
commit 774cae3c02
15 changed files with 63 additions and 24 deletions

View File

@@ -1,9 +1,9 @@
server {
listen 80;
server_name image.membank.xyz;
server_name image.stonelan.cn;
location / {
proxy_pass http://10.0.3.14:3004;
proxy_pass http://10.0.3.173:3004;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;