File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
install/deb/templates/web/nginx/php-fpm Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ server {
5858
5959 location ~* ^.+\.(jpeg|jpg|png|gif|bmp|ico|svg|css|js)$ {
6060 expires max;
61- fastcgi_hide_header "Set-Cookie";
61+ fastcgi_hide_header "Set-Cookie";
6262 # Some basic cache-control for static files to be sent to the browser
6363 add_header Pragma public;
6464 add_header Cache-Control "public, must-revalidate, proxy-revalidate";
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ server {
5353
5454 location ~* ^.+\.(jpeg|jpg|png|gif|bmp|ico|svg|css|js)$ {
5555 expires max;
56- fastcgi_hide_header " Set-Cookie" ;
56+ fastcgi_hide_header " Set-Cookie" ;
5757 # Some basic cache-control for static files to be sent to the browser
5858 add_header Pragma public;
5959 add_header Cache-Control " public, must-revalidate, proxy-revalidate" ;
You can’t perform that action at this time.
0 commit comments