mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-14 03:56:08 +00:00
Adding SEND_FILE_MAX_AGE_DEFAULT to ensure backups etc dont get old
This commit is contained in:
@@ -46,6 +46,7 @@ update_q = queue.Queue()
|
||||
|
||||
app = Flask(__name__, static_url_path='/static')
|
||||
app.config['STATIC_RESOURCES'] = "/app/static"
|
||||
app.config['SEND_FILE_MAX_AGE_DEFAULT'] = 0
|
||||
|
||||
# app.config['SECRET_KEY'] = 'secret!'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user