ubooquity migrated to docker entirely

This commit is contained in:
Nemo 2017-12-04 02:29:18 +05:30
parent 919a20de9e
commit 50d34d89e1
1 changed files with 0 additions and 23 deletions

View File

@ -19,10 +19,6 @@ defaultEntryPoints = ["http", "https"]
[file]
[backends]
[backends.ebooks]
[backends.ebooks.servers.default]
url = "http://192.168.1.111:2202"
# This is currently not exposed
# Since I can't apply a authentication
# on this yet
@ -36,25 +32,6 @@ defaultEntryPoints = ["http", "https"]
[frontends]
[frontends.ebooks]
backend = "ebooks"
passHostHeader = true
[frontends.ebooks.headers]
SSLRedirect = true
SSLTemporaryRedirect = true
STSSeconds = 2592000
ContentTypeNosniff = true
BrowserXssFilter = true
ReferrerPolicy = "no-referrer"
[frontends.ebooks.headers.customrequestheaders]
X-Forwarded-Proto = "https"
[frontends.ebooks.headers.customresponseheaders]
X-Powered-By = "Allomancy"
Server = "BlackBox"
X-Clacks-Overhead = "GNU Terry Pratchett"
[frontends.ebooks.routes.domain]
rule = "Host:ebooks.in.bb8.fun,ebooks.bb8.fun"
[frontends.scan]
backend = "scan"
[frontends.scan.headers]