Disable max-age cache on isso

This commit is contained in:
BBaoVanC 2022-05-15 15:47:28 -05:00
parent e3227eb2a2
commit d7c8a425de
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@ isso.bbaovanc.com {
import hsts
import log
reverse_proxy localhost:86
reverse_proxy localhost:86 {
header_down Cache-Control no-cache
}
import basicerrors
}