From 9938298edd0cc62ba37043700ec873c00d5f6016 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 19 Jan 2026 14:33:48 +0100 Subject: [PATCH] Add ServerName to virtual host config --- apache/freshrss.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apache/freshrss.conf b/apache/freshrss.conf index b2f814a..0c80816 100644 --- a/apache/freshrss.conf +++ b/apache/freshrss.conf @@ -3,6 +3,8 @@ ServerName localhost + ServerName localhost + UseCanonicalName Off DocumentRoot /app/code/p AllowEncodedSlashes On