Enable access log in gitea

This will write an NCSA style access.log file to the logs volume.
This will let us see user agents, etc, to aid in troubleshooting.

Change-Id: I64457f631861768928038676545067b80ef7a122
This commit is contained in:
James E. Blair 2020-06-30 12:24:12 -07:00
parent 794799d4ae
commit 5b3d38d4d7
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ PATH = /data/gitea/attachments
[log]
ROOT_PATH = /logs
LEVEL = Info
ENABLE_ACCESS_LOG = true
[security]
INSTALL_LOCK = true