mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-23 05:51:57 +00:00
Returned caddyfile to production state
This commit is contained in:
@@ -3,12 +3,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
(site) {
|
(site) {
|
||||||
log {
|
|
||||||
output stderr
|
|
||||||
format console
|
|
||||||
level DEBUG
|
|
||||||
}
|
|
||||||
|
|
||||||
@landing {
|
@landing {
|
||||||
path / /contact* /about*
|
path / /contact* /about*
|
||||||
}
|
}
|
||||||
@@ -30,16 +24,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:80 {
|
:80 {
|
||||||
header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0"
|
|
||||||
import site
|
import site
|
||||||
}
|
}
|
||||||
|
|
||||||
http://am-d-model.eu {
|
http://am-d-model.eu {
|
||||||
header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0"
|
|
||||||
import site
|
import site
|
||||||
}
|
}
|
||||||
|
|
||||||
am-d-model.eu {
|
am-d-model.eu {
|
||||||
header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0"
|
|
||||||
import site
|
import site
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user