diff --git a/conf/websites.caddy b/conf/websites.caddy index 7e6caf5..ce62a38 100644 --- a/conf/websites.caddy +++ b/conf/websites.caddy @@ -14,12 +14,17 @@ https://taal-academie.arree.bzh { reverse_proxy localhost:8001 } -https://lachaussettedebrasparts.fr { - header Strict-Transport-Security max-age=31536000; - reverse_proxy localhost:8002 -} +#https://lachaussettedebrasparts.fr { +# header Strict-Transport-Security max-age=31536000; +# reverse_proxy localhost:8002 +#} https://www.lachaussettedelocquirec.fr { header Strict-Transport-Security max-age=31536000; reverse_proxy localhost:8003 } + +https://tshirt-cdf26.netig.net { + header Strict-Transport-Security max-age=31536000; + reverse_proxy localhost:8888 +}