Switch to pics.bb8.fun

This commit is contained in:
Nemo 2017-12-28 22:44:19 +05:30
parent 8bcb5b166f
commit 8cba47dd0c
1 changed files with 1 additions and 2 deletions

View File

@ -26,9 +26,8 @@ resource "docker_container" "lychee" {
"traefik.frontend.headers.browserXSSFilter" = "true"
"traefik.frontend.headers.STSSeconds" = "2592000"
"traefik.frontend.headers.customFrameOptionsValue" = "${var.xfo_allow}"
"traefik.frontend.auth.basic" = "${var.basic_auth}"
"traefik.frontend.headers.customResponseHeaders" = "${var.xpoweredby}"
"traefik.frontend.rule" = "Host:lychee.${var.domain},lychee.in.${var.domain}"
"traefik.frontend.rule" = "Host:pics.${var.domain},pics.in.${var.domain}"
}
env = [