Skip to content
Snippets Groups Projects
Verified Commit eabbb844 authored by Joren Vrancken's avatar Joren Vrancken
Browse files

Mute irrelevant errors in uwsgi

parent 397692f5
No related branches found
No related tags found
1 merge request!1384Mute irrelevant errors in uwsgi
......@@ -32,4 +32,7 @@ exec uwsgi --chdir /usr/src/app/website \
--limit-post 0 \
--post-buffering 16384 \
--thunder-lock \
--logto '/concrexit/log/uwsgi.log'
--logto '/concrexit/log/uwsgi.log' \
--ignore-sigpipe \
--ignore-write-errors \
--disable-write-exception
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment