Build frontend in docker for production using nginx

This commit is contained in:
Ricardo Paes
2022-02-06 03:03:58 -03:00
parent 5440e58a18
commit 1e267507dd
6 changed files with 71 additions and 0 deletions

View 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;