diff --git a/conf/websites.caddy b/conf/websites.caddy index 366c8f3..f0673d6 100644 --- a/conf/websites.caddy +++ b/conf/websites.caddy @@ -14,6 +14,17 @@ https://taal-academie.arree.bzh { reverse_proxy localhost:8001 } +https://carnetsdakkadien.netig.net { + # enable HSTS + header Strict-Transport-Security max-age=31536000; + # disable clients from sniffing the media type + header X-Content-Type-Options nosniff + # clickjacking protection + header X-Frame-Options DENY + + reverse_proxy localhost:8002 +} + https://www.lachaussettedelocquirec.fr { header Strict-Transport-Security max-age=31536000; reverse_proxy localhost:8003