Disable max-age cache on isso
This commit is contained in:
parent
e3227eb2a2
commit
d7c8a425de
@ -5,7 +5,9 @@ isso.bbaovanc.com {
|
|||||||
import hsts
|
import hsts
|
||||||
import log
|
import log
|
||||||
|
|
||||||
reverse_proxy localhost:86
|
reverse_proxy localhost:86 {
|
||||||
|
header_down Cache-Control no-cache
|
||||||
|
}
|
||||||
|
|
||||||
import basicerrors
|
import basicerrors
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user