From 081543a8f10a991c9531bc1ed6391567ff5691c9 Mon Sep 17 00:00:00 2001 From: julien Date: Thu, 6 Mar 2025 12:03:46 +0100 Subject: [PATCH] disabled some domains --- conf/files.caddy | 8 ++-- conf/mails.caddy | 18 ++++----- conf/services.caddy | 96 ++++++++++++++++++++++----------------------- conf/websites.caddy | 24 ++++++------ 4 files changed, 73 insertions(+), 73 deletions(-) diff --git a/conf/files.caddy b/conf/files.caddy index 44d115d..67c2258 100644 --- a/conf/files.caddy +++ b/conf/files.caddy @@ -1,4 +1,4 @@ -https://chimera.netig.net { - root * /srv/chimera.netig.net/public - file_server browse -} +#https://chimera.netig.net { +# root * /srv/chimera.netig.net/public +# file_server browse +#} diff --git a/conf/mails.caddy b/conf/mails.caddy index 0c240a0..7749930 100644 --- a/conf/mails.caddy +++ b/conf/mails.caddy @@ -1,11 +1,11 @@ -mail.netig.net { - respond "Mail domain only" -} +#mail.netig.net { +# respond "Mail domain only" +#} -mail.lachaussettedebrasparts.fr { - respond "Mail domain only" -} +#mail.lachaussettedebrasparts.fr { +# respond "Mail domain only" +#} -mail.lachaussettedelocquirec.fr { - respond "Mail domain only" -} +#mail.lachaussettedelocquirec.fr { +# respond "Mail domain only" +#} diff --git a/conf/services.caddy b/conf/services.caddy index ea0fd22..6ca17ca 100644 --- a/conf/services.caddy +++ b/conf/services.caddy @@ -1,64 +1,64 @@ -https://git.netig.net { - header Strict-Transport-Security max-age=31536000; - reverse_proxy localhost:9000 -} +#https://git.netig.net { +# header Strict-Transport-Security max-age=31536000; +# reverse_proxy localhost:9000 +#} -https://webmail.netig.net { - header Strict-Transport-Security max-age=31536000; - reverse_proxy localhost:9001 -} +#https://webmail.netig.net { +# header Strict-Transport-Security max-age=31536000; +# reverse_proxy localhost:9001 +#} -https://cloud.netig.net { - header Strict-Transport-Security max-age=31536000; - reverse_proxy localhost:9002 -} +#https://cloud.netig.net { +# header Strict-Transport-Security max-age=31536000; +# reverse_proxy localhost:9002 +#} -https://collabora.netig.net { - header Strict-Transport-Security max-age=31536000; - reverse_proxy localhost:9003 -} +#https://collabora.netig.net { +# header Strict-Transport-Security max-age=31536000; +# reverse_proxy localhost:9003 +#} -https://calc.netig.net { - header Strict-Transport-Security max-age=31536000; - reverse_proxy localhost:9004 -} +#https://calc.netig.net { +# header Strict-Transport-Security max-age=31536000; +# reverse_proxy localhost:9004 +#} -https://pad.netig.net { - header Strict-Transport-Security max-age=31536000; - reverse_proxy localhost:9005 -} +#https://pad.netig.net { +# header Strict-Transport-Security max-age=31536000; +# reverse_proxy localhost:9005 +#} -https://drop.netig.net { - header Strict-Transport-Security max-age=31536000; - reverse_proxy localhost:9006 -} +#https://drop.netig.net { +# header Strict-Transport-Security max-age=31536000; +# reverse_proxy localhost:9006 +#} https://p2e.netig.net { header Strict-Transport-Security max-age=31536000; reverse_proxy localhost:9007 } -https://list.netig.net { - header Strict-Transport-Security max-age=31536000; - reverse_proxy localhost:9008 -} +#https://list.netig.net { +# header Strict-Transport-Security max-age=31536000; +# reverse_proxy localhost:9008 +#} -https://status.netig.net { - header Strict-Transport-Security max-age=31536000; - reverse_proxy localhost:9009 -} +#https://status.netig.net { +# header Strict-Transport-Security max-age=31536000; +# reverse_proxy localhost:9009 +#} -https://info-marche-quimper.netig.net { - header Strict-Transport-Security max-age=31536000; - reverse_proxy localhost:9010 -} +#https://info-marche-quimper.netig.net { +# header Strict-Transport-Security max-age=31536000; +# reverse_proxy localhost:9010 +#} -https://doli.netig.net { - header Strict-Transport-Security max-age=31536000; - reverse_proxy localhost:9011 -} +#https://doli.netig.net { +# header Strict-Transport-Security max-age=31536000; +# reverse_proxy localhost:9011 +#} -https://stats.netig.net { - header Strict-Transport-Security max-age=31536000; - reverse_proxy localhost:9012 -} +#https://stats.netig.net { +# header Strict-Transport-Security max-age=31536000; +# reverse_proxy localhost:9012 +#} diff --git a/conf/websites.caddy b/conf/websites.caddy index 7e6caf5..89a1f22 100644 --- a/conf/websites.caddy +++ b/conf/websites.caddy @@ -9,17 +9,17 @@ https://netig.net { reverse_proxy localhost:8000 } -https://taal-academie.arree.bzh { - header Strict-Transport-Security max-age=31536000; - reverse_proxy localhost:8001 -} +#https://taal-academie.arree.bzh { +# header Strict-Transport-Security max-age=31536000; +# 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://www.lachaussettedelocquirec.fr { +# header Strict-Transport-Security max-age=31536000; +# reverse_proxy localhost:8003 +#}