diff options
-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 |