mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-06-10 20:49:26 +02:00
@ -1,8 +1,9 @@
|
||||
{
|
||||
email bensuperpc@gmail.com
|
||||
email bensuperpc@gmail.com
|
||||
}
|
||||
|
||||
import bensuperpc.org/Caddyfile
|
||||
import bensuperpc.com/Caddyfile
|
||||
import bensuperpc.net/Caddyfile
|
||||
import bensuperpc.ovh/Caddyfile
|
||||
import bensuperpc.fr/Caddyfile
|
||||
|
@ -16,6 +16,13 @@ www.bensuperpc.org {
|
||||
rewrite @disallowed '/index.php'
|
||||
|
||||
respond /uploads/*.php 404
|
||||
|
||||
header / {
|
||||
Permissions-Policy interest-cohort=()
|
||||
Strict-Transport-Security max-age=31536000;
|
||||
X-Content-Type-Options nosniff
|
||||
X-Frame-Options DENY
|
||||
}
|
||||
|
||||
log {
|
||||
output file /data/logs/access.log
|
||||
|
7
caddy/bensuperpc.ovh/Caddyfile
Normal file
7
caddy/bensuperpc.ovh/Caddyfile
Normal file
@ -0,0 +1,7 @@
|
||||
bensuperpc.ovh {
|
||||
redir https://www.bensuperpc.org{uri} permanent
|
||||
}
|
||||
|
||||
www.bensuperpc.ovh {
|
||||
redir https://www.bensuperpc.org{uri} permanent
|
||||
}
|
Reference in New Issue
Block a user