From 5c7aaf786217ec7895bcaf6d5445b31204bd49c6 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Mon, 15 Sep 2025 17:28:07 -0500 Subject: modules/apache/local: Enable following symlinks --- modules/apache/local.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/apache/local.conf b/modules/apache/local.conf index c430a50..d6dbfda 100644 --- a/modules/apache/local.conf +++ b/modules/apache/local.conf @@ -2,13 +2,13 @@ UserDir "/var/www" DirectoryIndex _.html _.txt - Options MultiViews + Options MultiViews FollowSymlinks AllowOverride All Require all granted - Options MultiViews + Options MultiViews FollowSymlinks AllowOverride All Require all granted -- cgit v1.2.3