mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-01-27 16:50:45 +01:00
Space
This commit is contained in:
parent
16410d90b8
commit
accfec9007
@ -20,7 +20,6 @@ server_api = FastAPI()
|
||||
|
||||
# don't show access log entries for URLs that start with the given prefix
|
||||
ACCESS_LOG_SUPPRESS_PATH_PREFIXES = ['/ping', '/image', '/modifier-thumbnails']
|
||||
|
||||
NOCACHE_HEADERS={"Cache-Control": "no-cache, no-store, must-revalidate", "Pragma": "no-cache", "Expires": "0"}
|
||||
|
||||
class NoCacheStaticFiles(StaticFiles):
|
||||
|
Loading…
Reference in New Issue
Block a user