mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 13:41:56 +00:00
Added nocache headers to avoid caching issues when debugging
This commit is contained in:
@@ -17,13 +17,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
: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