mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 20:29:17 +00:00
Build frontend in docker for production using nginx
This commit is contained in:
5
frontend/.docker/nginx/include.d/nocache.conf
Executable file
5
frontend/.docker/nginx/include.d/nocache.conf
Executable 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