mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
7 lines
172 B
Python
7 lines
172 B
Python
from gunicorn.config import Config
|
|
from gunicorn.http.errors import InvalidSchemeHeaders
|
|
|
|
request = InvalidSchemeHeaders
|
|
cfg = Config()
|
|
cfg.set('forwarded_allow_ips', '*')
|