zhucuiding
Results
1
issues of
zhucuiding
下面是我的nginx配置 location /sun-panel/ { proxy_pass http://192.168.3.200:3002/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; }