Loading deploy/docker-compose.tmpl.yml +3 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,9 @@ services: labels: traefik.frontend.rule: Host:${TRAEFIK_SUBDOMAIN}.${PUBLIC_HOSTNAME} traefik.frontend.headers.customRequestHeaders: X-ProxyScheme:https||X-ProxyHost:${TRAEFIK_SUBDOMAIN}.${PUBLIC_HOSTNAME}||X-ProxyPort:443||X-ProxyContextPath:/ traefik.frontend.redirect.regex: ^(.*://${TRAEFIK_SUBDOMAIN}.${PUBLIC_HOSTNAME})/$$ traefik.frontend.redirect.replacement: $$1/nifi traefik.frontend.redirect.permanent: 'true' traefik.backend: nifi traefik.protocol: https traefik.port: '${NIFI_WEB_HTTPS_PORT}' Loading Loading
deploy/docker-compose.tmpl.yml +3 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,9 @@ services: labels: traefik.frontend.rule: Host:${TRAEFIK_SUBDOMAIN}.${PUBLIC_HOSTNAME} traefik.frontend.headers.customRequestHeaders: X-ProxyScheme:https||X-ProxyHost:${TRAEFIK_SUBDOMAIN}.${PUBLIC_HOSTNAME}||X-ProxyPort:443||X-ProxyContextPath:/ traefik.frontend.redirect.regex: ^(.*://${TRAEFIK_SUBDOMAIN}.${PUBLIC_HOSTNAME})/$$ traefik.frontend.redirect.replacement: $$1/nifi traefik.frontend.redirect.permanent: 'true' traefik.backend: nifi traefik.protocol: https traefik.port: '${NIFI_WEB_HTTPS_PORT}' Loading