Merge "Add remote port info to gitea apache access logs"

This commit is contained in:
Zuul 2021-02-03 23:24:46 +00:00 committed by Gerrit Code Review
commit 2ebb6adbd8
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ Listen 3081
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/gitea-ssl-access.log combined
LogFormat "%h:%{remote}p %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" combinedport
CustomLog ${APACHE_LOG_DIR}/gitea-ssl-access.log combinedport
SSLEngine on
SSLProtocol All -SSLv2 -SSLv3