24 lines
485 B
Caddyfile
24 lines
485 B
Caddyfile
{
|
|
admin off
|
|
}
|
|
|
|
erpstaging.schaunwama.de {
|
|
reverse_proxy 172.18.0.1:8080 {
|
|
header_up Host {host}
|
|
header_up X-Forwarded-For {remote_host}
|
|
header_up X-Forwarded-Proto {scheme}
|
|
}
|
|
}
|
|
|
|
ss3k.schaunwama.de {
|
|
root * /var/www/public
|
|
php_fastcgi app:9000
|
|
file_server
|
|
encode gzip
|
|
|
|
header {
|
|
Strict-Transport-Security "max-age=31536000; includeSubDomains"
|
|
X-Content-Type-Options "nosniff"
|
|
X-Frame-Options "DENY"
|
|
}
|
|
}
|