summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-09-15 17:15:50 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-09-15 17:15:50 -0500
commitccd3874baaf6f88039a607866bd6b74125913527 (patch)
treeeb675fd36ef332554fdb71c13fd552ec5fb8f6a1
parent26928b6a8cbdedeeb3812588c968a93800b2b405 (diff)
downloadnixos-config-ccd3874baaf6f88039a607866bd6b74125913527.tar.gz
nixos-config-ccd3874baaf6f88039a607866bd6b74125913527.zip
modules/apache/local: Allow for overriding in .htaccess
-rw-r--r--modules/apache/local.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/apache/local.conf b/modules/apache/local.conf
index 8223286..7507799 100644
--- a/modules/apache/local.conf
+++ b/modules/apache/local.conf
@@ -3,5 +3,6 @@ DirectoryIndex _.html _.txt
<Directory "/home/*/www">
Options MultiViews ExecCGI
+ AllowOverride All
Require all granted
</Directory>