Log Forwarded for address in accesslog instead of client address for gevent

This commit is contained in:
Ozzie Isaacs
2024-07-08 14:42:48 +02:00
parent 551828f8cf
commit 1d7dcce98d
2 changed files with 23 additions and 2 deletions

View File

@@ -21,7 +21,6 @@ import os
import errno
import signal
import socket
import asyncio
try:
from gevent.pywsgi import WSGIServer