This commit is contained in:
Eric Nemchik 2020-09-25 11:22:37 -05:00
commit 20fe3752cb
19 changed files with 59 additions and 105 deletions

View file

@ -16,13 +16,13 @@ location ^~ /calibre-web/ {
# enable for Authelia, also enable authelia-server.conf in the default site config
#include /config/nginx/authelia-location.conf;
include /config/nginx/proxy.conf;
resolver 127.0.0.11 valid=30s;
set $upstream_app calibre-web;
set $upstream_port 8083;
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
proxy_set_header Host $http_host;
proxy_set_header X-Scheme $scheme;
proxy_set_header X-Script-Name /calibre-web;
}