Skip to content

Commit a2a26c7

Browse files
committed
Remove duplicated set-cookie line in default fpm config.
This commit closes hestiacp#778
1 parent aae1fe5 commit a2a26c7

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

install/deb/templates/web/nginx/php-fpm/default.stpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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(/|$) {

install/deb/templates/web/nginx/php-fpm/default.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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(/|$) {

0 commit comments

Comments
 (0)