diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-09-15 17:15:50 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-09-15 17:15:50 -0500 |
commit | ccd3874baaf6f88039a607866bd6b74125913527 (patch) | |
tree | eb675fd36ef332554fdb71c13fd552ec5fb8f6a1 /modules | |
parent | 26928b6a8cbdedeeb3812588c968a93800b2b405 (diff) | |
download | nixos-config-ccd3874baaf6f88039a607866bd6b74125913527.tar.gz nixos-config-ccd3874baaf6f88039a607866bd6b74125913527.zip |
modules/apache/local: Allow for overriding in .htaccess
Diffstat (limited to 'modules')
-rw-r--r-- | modules/apache/local.conf | 1 |
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> |