diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-01-03 18:51:48 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-01-03 18:51:48 +0100 |
commit | 51fe5ffba08b105667813191a51311715bc5dcb6 (patch) | |
tree | a43a333219c3e2c103185adaebefdc1526fa545c | |
parent | 19def671f5bd0865514b41a47c7a694cb513fbda (diff) | |
download | Nix-51fe5ffba08b105667813191a51311715bc5dcb6.tar.gz Nix-51fe5ffba08b105667813191a51311715bc5dcb6.tar.zst Nix-51fe5ffba08b105667813191a51311715bc5dcb6.zip |
Add missing nextcloud configuration
-rw-r--r-- | virtual/packages/nextcloud.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/virtual/packages/nextcloud.nix b/virtual/packages/nextcloud.nix index 99130e4..ff4b923 100644 --- a/virtual/packages/nextcloud.nix +++ b/virtual/packages/nextcloud.nix | |||
@@ -206,6 +206,7 @@ let | |||
206 | group = "wwwrun"; | 206 | group = "wwwrun"; |
207 | modules = [ "proxy_fcgi" ]; | 207 | modules = [ "proxy_fcgi" ]; |
208 | vhostConf = '' | 208 | vhostConf = '' |
209 | SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1 | ||
209 | <Directory ${webRoot}> | 210 | <Directory ${webRoot}> |
210 | AcceptPathInfo On | 211 | AcceptPathInfo On |
211 | DirectoryIndex index.php | 212 | DirectoryIndex index.php |