mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-09 21:47:30 +08:00
Effectively disable session locking. Its useless anyway
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -16,6 +16,7 @@ tools.sessions.storage_dburi = "postgresql://{{ ipsilon_db_user }}:{{ ipsilon_db
|
||||
tools.sessions.timeout = 15
|
||||
tools.sessions.httponly = True
|
||||
tools.sessions.secure = True
|
||||
tools.sessions.locking = 'explicit'
|
||||
|
||||
tools.proxy.on = True
|
||||
{% if env == 'staging' %}
|
||||
|
||||
Reference in New Issue
Block a user