File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed
install/deb/templates/web/nginx/php-fpm Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
77### Bugfixes
88- Disable Apache2 Server Status Module by default.
99- Do not allow to change the password of a non-hestia user. Thanks to Alexandre Zanni!
10+ - Remove duplicated set-cookie line in default fpm config.
1011
1112## [ 1.1.1] - 2020-03-24 - Hotfix
1213### Features
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ server {
1919 location ~* ^.+\.(jpeg|jpg|png|gif|bmp|ico|svg|css|js)$ {
2020 expires max;
2121 fastcgi_hide_header "Set-Cookie";
22- fastcgi_hide_header "Set-Cookie";
2322 }
2423
2524 location ~ [^/]\.php(/|$) {
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ server {
1414 location ~* ^.+\.(jpeg|jpg|png|gif|bmp|ico|svg|css|js)$ {
1515 expires max;
1616 fastcgi_hide_header " Set-Cookie" ;
17- fastcgi_hide_header " Set-Cookie" ;
1817 }
1918
2019 location ~ [^/]\.php(/|$) {
You can’t perform that action at this time.
0 commit comments