diff --git a/gunicorn.conf.py b/gunicorn.conf.py index 265074e..918031d 100644 --- a/gunicorn.conf.py +++ b/gunicorn.conf.py @@ -11,7 +11,7 @@ preload_app = True # logconfig = "app/logging/production.ini" logconfig = "app/logging/production.ini" -access_log_format = "%(h)s %(l)s %(t)s %(r)s %(s)s %(b)s %(f)s %(a)s" +access_log_format = "%(h)s %({x-forwarded-for}i)s %(t)s %(r)s %(s)s %(b)s %(L)s" # Log to stdout. accesslog = "-" errorlog = "-" diff --git a/pyproject.toml b/pyproject.toml index 78f3277..fc7bf37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hsman" -version = "0.9.9" +version = "0.9.10" description = "Flask Admin webui for Headscale" authors = ["Andrea Mistrali "] license = "BSD"