1
0
Fork 0

Add Caddyfile for www.jotoho.de

This commit is contained in:
Jonas Tobias Hopusch 2022-02-22 12:10:17 +01:00
parent dd2459eb30
commit 630133f1ed
Failed to generate hash of commit

9
www.jotoho.de/Caddyfile Normal file
View file

@ -0,0 +1,9 @@
http://www.jotoho.de
header {
Content-Security-Policy: default-src 'self'; base-uri 'self' https://jotoho.de https://*.jotoho.de; child-src 'none'; connect-src 'none'; font-src 'none'; frame-ancestors 'none'; img-src 'self' https://jotoho.de https://*.jotoho.de; media-src 'self' https://jotoho.de https://*.jotoho.de; object-src 'none'; plugin-types 'none'; style-src 'self'; worker-src 'none'; upgrade-insecure-requests;
}
file_server {
root /site/
}