dwalin-caddy/conf/websites.caddy
2025-03-06 12:03:46 +01:00

26 lines
642 B
Plaintext

https://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:8000
}
#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://www.lachaussettedelocquirec.fr {
# header Strict-Transport-Security max-age=31536000;
# reverse_proxy localhost:8003
#}