From 27e9c0165c6178a3b10cc57da604c0c9a14602e1 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Mon, 15 Sep 2025 17:26:02 -0500 Subject: modules/apache/local: Fix permissions problems for /var/www --- modules/apache/local.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'modules/apache') diff --git a/modules/apache/local.conf b/modules/apache/local.conf index 7507799..c430a50 100644 --- a/modules/apache/local.conf +++ b/modules/apache/local.conf @@ -1,8 +1,14 @@ UserDir "/var/www" DirectoryIndex _.html _.txt + + Options MultiViews + AllowOverride All + Require all granted + + - Options MultiViews ExecCGI + Options MultiViews AllowOverride All Require all granted -- cgit v1.2.3