From a5d1f073d2a04bcee6022d5ef512c3ef6052ac01 Mon Sep 17 00:00:00 2001 From: D5k H3h <85834680+dhuschde@users.noreply.github.com> Date: Wed, 4 Aug 2021 03:16:27 +0200 Subject: [PATCH] Fix external Port External Port should be 80, as it would result in RSS Feeds with the Port 3001 otherwise. --- conf/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.yml b/conf/config.yml index 2b8305a..04b7246 100644 --- a/conf/config.yml +++ b/conf/config.yml @@ -76,7 +76,7 @@ port: __PORT__ ## Accepted values: 1-65535 ## Default: ## -external_port: __PORT__ +external_port: 80 ## ## Interface address to listen on for incoming connections.