Skip to content

Commit

Permalink
ignore write errors
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 22, 2024
1 parent f2dc332 commit e62d244
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/sec_self_hosting/ckan-uwsgi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,8 @@ log-date = %%Y-%%m-%%d %%H:%%M:%%S
logformat-strftime = true
logformat = %(ftime) uWSGI %(addr) (%(proto) %(status)) %(method) %(uri) => %(size) bytes in %(msecs) msecs to %(uagent)
threaded-logger = true

; https://stumbles.id.au/how-to-fix-uwsgi-oserror-write-error.html
disable-write-exception = true
ignore-write-errors = true
ignore-sigpipe = true

0 comments on commit e62d244

Please sign in to comment.