1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-02 05:15:12 +00:00

Log the client IP

This commit is contained in:
Girish Ramakrishnan
2021-05-10 15:53:24 -07:00
parent 5d5eb1f633
commit 076a5cb14e

View File

@@ -2,8 +2,9 @@
DocumentRoot /app/code/p
AllowEncodedSlashes On
ErrorLog /dev/stderr
CustomLog /dev/stdout combined
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy
CustomLog "|/bin/cat" proxy
ErrorLog "|/bin/cat"
<Directory /app/code/p/>
Options +FollowSymLinks