nginx configuration file is as follows
server { listen 80; server_name jwch.dashuang.name; location /{ proxy_pass http://210.44.176.132; proxy_redirect off; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-for $proxy_add_x_forwarded_for; } }
The homepage can be accessed normally, but when logging in,
is displayed.
proxy_redirect off;
Try removing this line
Object moved to here Where does that link point to?
It is recommended to set header Host...