caddy config
This commit is contained in:
@@ -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}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user