diff --git a/conf/services.caddy b/conf/services.caddy index e1b78c7..b34ffaf 100644 --- a/conf/services.caddy +++ b/conf/services.caddy @@ -38,27 +38,27 @@ https://p2e.netig.net { 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 +}