sppautomation / sppanalyzer

A Flask based microservice for analyzing SPP system logs
0 stars 0 forks source link

Disable browser caching #8

Open benjones917 opened 5 years ago

benjones917 commented 5 years ago

Need to modify flask responses so we don't cache static resources and require clear cache every time there is update to front end

benjones917 commented 5 years ago

This may need to be managed on webserver level... can set cache-control header on responses but static resources are served outside of Flask