Testing adding a prefix to the path

This commit is contained in:
WilliamMiceli
2019-01-16 17:41:00 -05:00
parent 4b00b089fa
commit f306f39470

View File

@@ -25,7 +25,7 @@ services:
traefik.web.frontend.headers.SSLRedirect: true
traefik.web.frontend.headers.STSPreload: true
traefik.web.frontend.headers.STSSeconds: 15552000
traefik.web.frontend.rule: Host:${TRAEFIK_HOSTNAME}
traefik.web.frontend.rule: "Host:${TRAEFIK_HOSTNAME}; AddPrefix:/guacamole"
traefik.web.port: "8080"
### End Web Segment
links: