debian: disable write exception in uwsgi.ini (#47809)

This commit is contained in:
Benjamin Dauvergne 2020-10-17 10:21:24 +02:00
parent d2d0372b44
commit b4b23cdf63
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ py-tracebacker = /run/authentic2-multitenant/py-tracebacker.sock.
stats = /run/authentic2-multitenant/stats.sock
ignore-sigpipe = true
disable-write-exception = true
if-file = /etc/authentic2-multitenant/uwsgi-local.ini
include = /etc/authentic2-multitenant/uwsgi-local.ini

View File

@ -39,6 +39,7 @@ py-tracebacker = /run/authentic2/py-tracebacker.sock.
stats = /run/authentic2/stats.sock
ignore-sigpipe = true
disable-write-exception = true
if-file = /etc/authentic2/uwsgi-local.ini
include = /etc/authentic2/uwsgi-local.ini