Updated Setup Reverse Proxy (markdown)

Chad Bergeron 2019-03-21 12:57:40 -04:00
parent d5e1fa522f
commit 3a7e83550d
1 changed files with 1 additions and 1 deletions

@ -15,7 +15,7 @@ http {
server {
client_max_body_size 20M;
location /calibre {
proxy_bind $server_adress;
proxy_bind $server_addr;
proxy_pass http://127.0.0.1:8083;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;