From 83c1eb57426e41f487eab78467da6051686a9b5d Mon Sep 17 00:00:00 2001 From: julien Date: Mon, 27 Jul 2026 22:01:41 +0200 Subject: [PATCH] add carnetsdakkadien.netig.net --- conf/websites.caddy | 11 +++++++++++ 1 file changed, 11 insertions(+) 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