mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Update configuration
This commit is contained in:
@@ -157,8 +157,11 @@ api_cors:
|
|||||||
max_age: 0
|
max_age: 0
|
||||||
hosts: []
|
hosts: []
|
||||||
session:
|
session:
|
||||||
idle: 0
|
idle: 0
|
||||||
lifetime: 604800 # 1 week
|
lifetime: 604800 # 1 week
|
||||||
|
static-file:
|
||||||
|
enabled: false
|
||||||
|
type: nginx
|
||||||
crossdomain:
|
crossdomain:
|
||||||
site-control: 'master-only'
|
site-control: 'master-only'
|
||||||
allow-access-from:
|
allow-access-from:
|
||||||
|
@@ -163,6 +163,10 @@ session:
|
|||||||
idle: 0
|
idle: 0
|
||||||
# 1 week
|
# 1 week
|
||||||
lifetime: 604800
|
lifetime: 604800
|
||||||
|
static-file:
|
||||||
|
enabled: false
|
||||||
|
# 1 week
|
||||||
|
type: nginx
|
||||||
crossdomain:
|
crossdomain:
|
||||||
allow-access-from:
|
allow-access-from:
|
||||||
-
|
-
|
||||||
|
Reference in New Issue
Block a user