Added hint for nginx path

Ozzie Isaacs 2019-09-11 19:16:22 +02:00
parent d1aa193187
commit d7ea38a842
1 changed files with 1 additions and 1 deletions

@ -17,7 +17,7 @@ http {
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Scheme $scheme;
proxy_set_header X-Script-Name /calibre;
proxy_set_header X-Script-Name /calibre; # IMPORTANT: path has NO trailing slash
}
}
}