X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=nixops%2Fmodules%2Fwebsites%2Fchloe%2Fchloe.nix;h=80e555479600aaa36b909760a1fc3474c8b783b7;hb=7da3ceece7fe6c49046e97f37fc353db9b8a981c;hp=3b92af33242f4bc8e8190b11bf5587145262b95f;hpb=e5073addbe397afd596613af469f3308a07c1801;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/nixops/modules/websites/chloe/chloe.nix b/nixops/modules/websites/chloe/chloe.nix index 3b92af3..80e5554 100644 --- a/nixops/modules/websites/chloe/chloe.nix +++ b/nixops/modules/websites/chloe/chloe.nix @@ -56,16 +56,16 @@ let SetHandler "proxy:unix:${phpFpm.socket}|fcgi://localhost" - + DirectoryIndex index.php index.htm index.html Options -Indexes +FollowSymLinks +MultiViews +Includes - Include ${if environment == "dev" then root else webRoot}/htaccess.txt + Include ${root}/htaccess.txt AllowOverride AuthConfig FileInfo Limit Require all granted - + Require all denied