first commit
This commit is contained in:
4
conf/Caddyfile
Normal file
4
conf/Caddyfile
Normal file
@@ -0,0 +1,4 @@
|
||||
import files.caddy
|
||||
import mails.caddy
|
||||
import services.caddy
|
||||
import websites.caddy
|
4
conf/files.caddy
Normal file
4
conf/files.caddy
Normal file
@@ -0,0 +1,4 @@
|
||||
https://chimera.netig.net {
|
||||
root * /srv/dwalin/chimera.netig.net/public
|
||||
file_server browse
|
||||
}
|
11
conf/mails.caddy
Normal file
11
conf/mails.caddy
Normal file
@@ -0,0 +1,11 @@
|
||||
mail.netig.net {
|
||||
respond "Mail domain only"
|
||||
}
|
||||
|
||||
mail.lachaussettedebrasparts.fr {
|
||||
respond "Mail domain only"
|
||||
}
|
||||
|
||||
mail.lachaussettedelocquirec.fr {
|
||||
respond "Mail domain only"
|
||||
}
|
59
conf/services.caddy
Normal file
59
conf/services.caddy
Normal file
@@ -0,0 +1,59 @@
|
||||
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://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://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://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://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://doli.netig.net {
|
||||
header Strict-Transport-Security max-age=31536000;
|
||||
reverse_proxy localhost:9011
|
||||
}
|
25
conf/websites.caddy
Normal file
25
conf/websites.caddy
Normal file
@@ -0,0 +1,25 @@
|
||||
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
|
||||
}
|
Reference in New Issue
Block a user