##// END OF EJS Templates
release of new installer/docker stack updates...
release of new installer/docker stack updates Tons of changes to move towards new rccontrol docker stack based installer

File last commit:

r23:ffcea5dc
r23:ffcea5dc
Show More
traefik_dynamic.yaml
24 lines | 568 B | text/x-yaml | YamlLexer
## Setting up the middleware for redirect to https ##
http:
middlewares:
https-redirect:
redirectScheme:
scheme: https
# permanent: true
middlewares-rate-limit:
rateLimit:
average: 100
burst: 50
# Dynamic configuration for standard file based SSL cert
# create a custom copy of the traefik into .custom/ and remount this
# to enable custom certificates
#tls:
# certificates:
# # first certificate
# - certFile: /etc/traefik/certs/rhodecode-com.cert
# keyFile: /etc/traefik/certs/rhodecode-com.key