mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2025-12-22 20:41:56 +00:00
Added nocache headers to avoid caching issues when debugging
This commit is contained in:
@@ -17,13 +17,16 @@
|
||||
}
|
||||
|
||||
:80 {
|
||||
header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0"
|
||||
import site
|
||||
}
|
||||
|
||||
http://am-d-model.eu {
|
||||
header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0"
|
||||
import site
|
||||
}
|
||||
|
||||
am-d-model.eu {
|
||||
header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0"
|
||||
import site
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user