Quote:
Originally Posted by kovidgoyal
Why have you got both proxy_pass and proxy_redirect? You cannot acces it both as a top level and under /calibre -- that makes no sense. Pick one, for example, if you want it under /calibre
|
Because I want to be able to access it via calibre.local and home.local/calbre
Anyways to the problem at hand, my configuration was correct however I had this set:
Code:
add_header Strict-Transport-Security "max-age=31536000; includeSubdomains";
Because I had accessed calibre.local via https previously my browser continued to go to the https version regardless of what address I typed.