login.html
sbehrens
nginx-forum at nginx.us
Wed Jun 2 17:31:50 MSD 2010
>location = / {
>proxy_pass http://10.10.1.158:9080/login.html;
>}
I tried this but the page wouldn't load anything but html characters. Javascript did not load nor did any image files. When I attempted to login after the POST finished I got page not found.
>location / {
>proxy_pass http://10.10.1.158:9080;
>
When I navigated to the root proxy page, nothing happened. If I specified login.html, everything loaded as expected and I could log in.
Any other suggestions?
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,93195,93566#msg-93566
More information about the nginx
mailing list