mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Gunicorn x-forwarded-for
This commit is contained in:
parent
f36e7ceae3
commit
00b4b241ac
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ loglevel = "debug"
|
||||||
name = "newsblur"
|
name = "newsblur"
|
||||||
timeout = 120
|
timeout = 120
|
||||||
max_requests = 1000
|
max_requests = 1000
|
||||||
x_forwarded_for_header = "X-Forwarded-For"
|
x_forwarded_for_header = "X-FORWARDED-FOR"
|
||||||
forwarded_allow_ips = "*"
|
forwarded_allow_ips = "*"
|
||||||
|
|
||||||
if GIGS_OF_MEMORY > NUM_CPUS:
|
if GIGS_OF_MEMORY > NUM_CPUS:
|
||||||
|
|
Loading…
Add table
Reference in a new issue