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