aboutsummaryrefslogtreecommitdiff
path: root/Docker/FreshRSS.Apache.conf
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-04-26 13:52:44 +0200
committerGravatar GitHub <noreply@github.com> 2018-04-26 13:52:44 +0200
commit90998c24370ea14b2b78d1e2a55bfe33947b2aa7 (patch)
treed37c8fe2722b3552508142e9943b27263080d432 /Docker/FreshRSS.Apache.conf
parent2b8da263ca53537ed919dbdf95a60891b420dc0a (diff)
Apache overrides were not enough (#1873)
It looks like overrides of CustomLog, ErrorLog, Listen did not do the job fully. Updated to comment out those lines in httpd.conf. Fixes the fact that logs were kept in /var/log/apache2/ (instead of being only given via STDOUT to Docker logs) and the "internal dummy connection" bug over IPv6 (Docker is typically only IPv4).
Diffstat (limited to 'Docker/FreshRSS.Apache.conf')
-rw-r--r--Docker/FreshRSS.Apache.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/FreshRSS.Apache.conf b/Docker/FreshRSS.Apache.conf
index 59151d749..adfc804c6 100644
--- a/Docker/FreshRSS.Apache.conf
+++ b/Docker/FreshRSS.Apache.conf
@@ -17,8 +17,8 @@
ServerName freshrss.localhost
Listen 0.0.0.0:80
DocumentRoot /var/www/FreshRSS/p/
+CustomLog /dev/stdout combined
ErrorLog /dev/stderr
-TransferLog /dev/stdout
AllowEncodedSlashes On
<Directory /var/www/FreshRSS/p>