edu-senex/setup/caddy-edu.txt

11 Zeilen
313 B
Text

# Append to /opt/caddy/Caddyfile on the Pi
edu.senex.de {
reverse_proxy webapps:8080
header {
X-Frame-Options "DENY"
X-Content-Type-Options "nosniff"
Strict-Transport-Security "max-age=31536000; includeSubDomains"
Referrer-Policy "strict-origin-when-cross-origin"
}
}