mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2024-11-10 04:07:26 +01:00
55 lines
1001 B
Caddyfile
55 lines
1001 B
Caddyfile
www.bensuperpc.org {
|
|
root * /var/www/html
|
|
php_fastcgi wordpress:9000
|
|
|
|
file_server
|
|
encode zstd gzip
|
|
|
|
#metrics /metrics
|
|
|
|
@disallowed {
|
|
path /xmlrpc.php
|
|
path *.sql
|
|
path /wp-content/uploads/*.php
|
|
}
|
|
|
|
rewrite @disallowed '/index.php'
|
|
|
|
respond /uploads/*.php 404
|
|
|
|
header {
|
|
# disable FLoC tracking
|
|
Permissions-Policy interest-cohort=()
|
|
|
|
# enable HSTS
|
|
Strict-Transport-Security max-age=31536000;
|
|
|
|
# disable clients from sniffing the media type
|
|
X-Content-Type-Options nosniff
|
|
|
|
# clickjacking protection
|
|
X-Frame-Options DENY
|
|
}
|
|
}
|
|
|
|
bensuperpc.org {
|
|
redir https://www.bensuperpc.org{uri} permanent
|
|
}
|
|
|
|
adminer.bensuperpc.org {
|
|
#reverse_proxy adminer:8080
|
|
}
|
|
|
|
uptimekuma.bensuperpc.org {
|
|
reverse_proxy uptime-kuma:3001
|
|
}
|
|
|
|
link.bensuperpc.org {
|
|
redir /rickroll https://www.youtube.com/watch?v=dQw4w9WgXcQ permanent
|
|
redir /babyshark https://www.youtube.com/watch?v=XqZsoesa55w permanent
|
|
}
|
|
|
|
#rickroll.bensuperpc.org {
|
|
# redir https://www.youtube.com/watch?v=dQw4w9WgXcQ permanent
|
|
#}
|