We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2173bb7 + 68a12d6 commit ac94dbdCopy full SHA for ac94dbd
conf/nginx-alldomains.conf
@@ -42,6 +42,8 @@
42
fastcgi_split_path_info ^/mail(/.*)()$;
43
fastcgi_index index.php;
44
fastcgi_param SCRIPT_FILENAME /usr/local/lib/roundcubemail/$fastcgi_script_name;
45
+ # ensure roudcube session id's aren't leaked to other parts of the server
46
+ fastcgi_param PHP_VALUE "session.cookie_path=/mail/";
47
fastcgi_pass php-fpm;
48
49
# Outgoing mail also goes through this endpoint, so increase the maximum
0 commit comments