Commit 00ffc87a authored by OzzieIsaacs's avatar OzzieIsaacs

Fixed mistyping in readme

parent 453d04b5
...@@ -69,7 +69,7 @@ http { ...@@ -69,7 +69,7 @@ http {
server { server {
location /calibre { location /calibre {
proxy_bind $server_addr; proxy_bind $server_addr;
proxy_pass http://127.0.0.1:8080; proxy_pass http://127.0.0.1:8083;
proxy_set_header Host $http_host; proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Scheme $scheme; proxy_set_header X-Scheme $scheme;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment