Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
da542f0bc2
|
|||
2cfbafbda5
|
@ -11,7 +11,7 @@ preload_app = True
|
|||||||
|
|
||||||
# logconfig = "app/logging/production.ini"
|
# logconfig = "app/logging/production.ini"
|
||||||
logconfig = "app/logging/production.ini"
|
logconfig = "app/logging/production.ini"
|
||||||
access_log_format = "%(h)s %({x-forwarded-for}i)s %(t)s %(r)s %(s)s %(b)s %(L)s"
|
access_log_format = "%(h)s %({x-forwarded-for}i)s %(r)s %(s)s %(b)s %(L)s"
|
||||||
# Log to stdout.
|
# Log to stdout.
|
||||||
accesslog = "-"
|
accesslog = "-"
|
||||||
errorlog = "-"
|
errorlog = "-"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "hsman"
|
name = "hsman"
|
||||||
version = "0.9.18"
|
version = "0.9.19"
|
||||||
description = "Flask Admin webui for Headscale"
|
description = "Flask Admin webui for Headscale"
|
||||||
authors = ["Andrea Mistrali <andrea@mistrali.pw>"]
|
authors = ["Andrea Mistrali <andrea@mistrali.pw>"]
|
||||||
license = "BSD"
|
license = "BSD"
|
||||||
|
Reference in New Issue
Block a user