changeset c7f796f64d57 in www.tryton.org:default details: https://hg.tryton.org/www.tryton.org?cmd=changeset;node=c7f796f64d57 description: Make uwsgi log using X-Forwarded-For diffstat:
uwsgi.conf | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff -r e96005c131a5 -r c7f796f64d57 uwsgi.conf --- a/uwsgi.conf Mon Apr 29 22:28:06 2019 +0200 +++ b/uwsgi.conf Tue Apr 30 13:05:59 2019 +0200 @@ -6,3 +6,4 @@ cheaper=1 processes=4 threads=8 +log-x-forwarded-for=true
