Merge "Add remote port info to gitea apache access logs"
This commit is contained in:
commit
2ebb6adbd8
@ -10,7 +10,8 @@ Listen 3081
|
|||||||
|
|
||||||
LogLevel warn
|
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
|
SSLEngine on
|
||||||
SSLProtocol All -SSLv2 -SSLv3
|
SSLProtocol All -SSLv2 -SSLv3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user