View Single Post
Old 04-19-2016, 01:48 PM   #3
Ackis
Member
Ackis began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Sep 2013
Location: Canada
Device: Galaxy Tab 2 10.1, iPad 2
Quote:
Originally Posted by kovidgoyal View Post
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.
Ackis is offline   Reply With Quote