|
@@ -53,6 +53,7 @@ server {
|
|
|
|
|
|
|
|
location ~* ^.+\.(jpeg|jpg|png|gif|bmp|ico|svg|css|js)$ {
|
|
location ~* ^.+\.(jpeg|jpg|png|gif|bmp|ico|svg|css|js)$ {
|
|
|
expires max;
|
|
expires max;
|
|
|
|
|
+fastcgi_hide_header "Set-Cookie";
|
|
|
# Some basic cache-control for static files to be sent to the browser
|
|
# Some basic cache-control for static files to be sent to the browser
|
|
|
add_header Pragma public;
|
|
add_header Pragma public;
|
|
|
add_header Cache-Control "public, must-revalidate, proxy-revalidate";
|
|
add_header Cache-Control "public, must-revalidate, proxy-revalidate";
|