caddy config

This commit is contained in:
Mateusz Gruszczyński
2026-01-02 23:23:31 +01:00
parent 67ee078f3d
commit f4754342ae

View File

@@ -5,6 +5,8 @@
-Server
-X-Powered-By
-Via
-Date
defer
}
@static {
@@ -12,6 +14,7 @@
}
handle @static {
header Cache-Control "public, max-age=3600, immutable"
header -ETag
reverse_proxy gpon-monitoring-app:{$LISTEN_PORT}
}