aboutsummaryrefslogtreecommitdiff
path: root/Docker/FreshRSS.Apache.conf
diff options
context:
space:
mode:
authorGravatar Rufubi <122667207+Rufubi@users.noreply.github.com> 2023-03-26 19:50:27 +0000
committerGravatar GitHub <noreply@github.com> 2023-03-26 21:50:27 +0200
commit96048564822186ea5c217f0b6419364c6f5ae00f (patch)
tree2e2b61cfba528c43e9f4b4299064b2eb4d91d9df /Docker/FreshRSS.Apache.conf
parent1ee2a3d72d97df34b5531ae6787f996ac8d62a2b (diff)
[Docker] Listening for IPv6 connections (#5180)
* Listen for IPv6 connections * Added information about LISTEN6 variable * Make LISTEN variable a comma-separated list of values * Removed debug commands * Revert changes --------- Co-authored-by: Rufubi <>
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 6281e59e5..b943f9fa7 100644
--- a/Docker/FreshRSS.Apache.conf
+++ b/Docker/FreshRSS.Apache.conf
@@ -1,5 +1,5 @@
ServerName freshrss.localhost
-Listen 0.0.0.0:80
+Listen 80
DocumentRoot /var/www/FreshRSS/p/
RemoteIPHeader X-Forwarded-For
RemoteIPTrustedProxy 10.0.0.1/8 172.16.0.1/12 192.168.0.1/16