If it's helpful at all, if I do a curl -v -u <my user>:<my pass> http://192.168.0.1 The headers look like this: * About to connect() to 192.168.0.1 port 80 (#0) * Trying 192.168.0.1... connected * Connected to 192.168.0.1 (192.168.0.1) port 80 (#0) * Server auth using Basic with user '<my user>' > GET / HTTP/1.1 > Authorization: Basic <hashed authenby amy_half - How to...
If I put rewrite ^(.*) http://<my server host url here>/linksys/$1 break; attempting to send it to the above location directive, it goes into an endless loop.by amy_half - How to...
This doesn't work, either: location /linksys { proxy_pass http://192.168.0.1/; proxy_redirect http://<my server hostname here> http://192.168.0.1; }by amy_half - How to...
Hi, I'm trying to setup my Nginx to proxy a subdirectory to an internal IP on the network. location / { root /usr/share/nginx/html; index index.html index.htm; } location /linksys { proxy_pass http://192.168.0.1/; } The page at http://192.168.0.1 seems to do a POST to this relative URL: /prelogin.html where the top locatiby amy_half - How to...
![]() |
![]() |
![]() |
![]() |
|