forked from norman/fusionpbx-install.sh-github-mirror
Add session settings (#450)
* Add session settings * Update config.conf * Update config.conf * Update config.conf * Update config.conf
This commit is contained in:
@@ -20,6 +20,11 @@ temp.dir = /tmp
|
|||||||
php.dir = /usr/bin
|
php.dir = /usr/bin
|
||||||
php.bin = php
|
php.bin = php
|
||||||
|
|
||||||
|
#session settings
|
||||||
|
session.cookie_httponly = true
|
||||||
|
session.cookie_secure = true
|
||||||
|
session.cookie_samesite = Lax
|
||||||
|
|
||||||
#cache settings
|
#cache settings
|
||||||
cache.method = file
|
cache.method = file
|
||||||
cache.location = /var/cache/fusionpbx
|
cache.location = /var/cache/fusionpbx
|
||||||
|
|||||||
5
debian/resources/fusionpbx/config.conf
vendored
5
debian/resources/fusionpbx/config.conf
vendored
@@ -20,6 +20,11 @@ temp.dir = /tmp
|
|||||||
php.dir = /usr/bin
|
php.dir = /usr/bin
|
||||||
php.bin = php
|
php.bin = php
|
||||||
|
|
||||||
|
#session settings
|
||||||
|
session.cookie_httponly = true
|
||||||
|
session.cookie_secure = true
|
||||||
|
session.cookie_samesite = Lax
|
||||||
|
|
||||||
#cache settings
|
#cache settings
|
||||||
cache.method = file
|
cache.method = file
|
||||||
cache.location = /var/cache/fusionpbx
|
cache.location = /var/cache/fusionpbx
|
||||||
|
|||||||
@@ -20,6 +20,11 @@ temp.dir = /tmp
|
|||||||
php.dir = /usr/bin
|
php.dir = /usr/bin
|
||||||
php.bin = php
|
php.bin = php
|
||||||
|
|
||||||
|
#session settings
|
||||||
|
session.cookie_httponly = true
|
||||||
|
session.cookie_secure = true
|
||||||
|
session.cookie_samesite = Lax
|
||||||
|
|
||||||
#cache settings
|
#cache settings
|
||||||
cache.method = file
|
cache.method = file
|
||||||
cache.location = /var/cache/fusionpbx
|
cache.location = /var/cache/fusionpbx
|
||||||
|
|||||||
@@ -20,6 +20,11 @@ temp.dir = /tmp
|
|||||||
php.dir = /usr/local/bin
|
php.dir = /usr/local/bin
|
||||||
php.bin = php
|
php.bin = php
|
||||||
|
|
||||||
|
#session settings
|
||||||
|
session.cookie_httponly = true
|
||||||
|
session.cookie_secure = true
|
||||||
|
session.cookie_samesite = Lax
|
||||||
|
|
||||||
#cache settings
|
#cache settings
|
||||||
cache.method = file
|
cache.method = file
|
||||||
cache.location = /var/cache/fusionpbx
|
cache.location = /var/cache/fusionpbx
|
||||||
|
|||||||
@@ -20,6 +20,11 @@ temp.dir = /tmp
|
|||||||
php.dir = /usr/bin
|
php.dir = /usr/bin
|
||||||
php.bin = php
|
php.bin = php
|
||||||
|
|
||||||
|
#session settings
|
||||||
|
session.cookie_httponly = true
|
||||||
|
session.cookie_secure = true
|
||||||
|
session.cookie_samesite = Lax
|
||||||
|
|
||||||
#cache settings
|
#cache settings
|
||||||
cache.method = file
|
cache.method = file
|
||||||
cache.location = /var/cache/fusionpbx
|
cache.location = /var/cache/fusionpbx
|
||||||
|
|||||||
Reference in New Issue
Block a user