Files
ecommerce-platform/Caddyfile
T

13 lines
274 B
Caddyfile
Raw Normal View History

2026-05-18 15:25:38 +02:00
localhost {
header {
Strict-Transport-Security "max-age=31536000; includeSubDomains"
X-Frame-Options "DENY"
X-Content-Type-Options "nosniff"
}
handle /uploads/* {
root * /srv
file_server
}
2026-05-18 15:25:38 +02:00
reverse_proxy app:3000
}