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

This commit is contained in:
Benjamin Dauvergne 2020-07-02 21:06:31 +02:00
parent c489073e08
commit b6323c188d
1 changed files with 2 additions and 1 deletions

3
debian/uwsgi.ini vendored
View File

@ -38,7 +38,8 @@ buffer-size = 32768
py-tracebacker = /run/wcs/py-tracebacker.sock.
stats = /run/wcs/stats.sock
ignore-sigpipe = true
ignore-sigpipe=true
disable-write-exception=true
if-file = /etc/wcs/uwsgi-local.ini
include = /etc/wcs/uwsgi-local.ini