mirror of
https://github.com/cheveguerra/Whaticket.git
synced 2026-04-19 20:19:14 +00:00
Initial commit
This commit is contained in:
5
frontend/.docker/nginx/include.d/nocache.conf
Normal file
5
frontend/.docker/nginx/include.d/nocache.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
add_header Last-Modified $date_gmt;
|
||||
add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';
|
||||
if_modified_since off;
|
||||
expires off;
|
||||
etag off;
|
||||
Reference in New Issue
Block a user