Files
dwalin.netig.net/conf/websites.caddy
T
2026-08-01 22:55:47 +02:00

27 lines
673 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://lescarnetsdakkadien.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
}