Gunicorn x-forwarded-for

This commit is contained in:
Samuel Clay 2014-05-22 09:32:42 -07:00
parent f36e7ceae3
commit 00b4b241ac

View file

@ -13,7 +13,7 @@ loglevel = "debug"
name = "newsblur"
timeout = 120
max_requests = 1000
x_forwarded_for_header = "X-Forwarded-For"
x_forwarded_for_header = "X-FORWARDED-FOR"
forwarded_allow_ips = "*"
if GIGS_OF_MEMORY > NUM_CPUS: