From 8bc1db9ac8b68c582e5c6ca67a49fa2a90d7ea2c Mon Sep 17 00:00:00 2001 From: julien Date: Thu, 6 Mar 2025 12:21:58 +0100 Subject: [PATCH] enabled some domains --- conf/services.caddy | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/conf/services.caddy b/conf/services.caddy index 6ca17ca..cab5b67 100644 --- a/conf/services.caddy +++ b/conf/services.caddy @@ -18,20 +18,20 @@ # 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;