diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-12-24 08:27:24 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-12-24 08:27:24 +0100 |
commit | 253c6f8a634bdcde3e13a2c79f1fd479bb181cbf (patch) | |
tree | 0d9db58b2d3236d510b69a788ba18c9f3324b3d7 | |
parent | 5f6ff49e37b92c7aeada9b867246d4a513b5ae56 (diff) | |
download | Nix-253c6f8a634bdcde3e13a2c79f1fd479bb181cbf.tar.gz Nix-253c6f8a634bdcde3e13a2c79f1fd479bb181cbf.tar.zst Nix-253c6f8a634bdcde3e13a2c79f1fd479bb181cbf.zip |
Remove attachment header for temp.immae.eu
-rw-r--r-- | modules/private/websites/immae/temp.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/private/websites/immae/temp.nix b/modules/private/websites/immae/temp.nix index b3b28cc..899bb3a 100644 --- a/modules/private/websites/immae/temp.nix +++ b/modules/private/websites/immae/temp.nix | |||
@@ -16,9 +16,6 @@ in { | |||
16 | extraConfig = [ | 16 | extraConfig = [ |
17 | '' | 17 | '' |
18 | Use Apaxy "${varDir}" "title .duplicity-ignore" | 18 | Use Apaxy "${varDir}" "title .duplicity-ignore" |
19 | <FilesMatch ".+"> | ||
20 | Header set Content-Disposition attachment | ||
21 | </FilesMatch> | ||
22 | <Directory "${varDir}"> | 19 | <Directory "${varDir}"> |
23 | Options -Indexes | 20 | Options -Indexes |
24 | AllowOverride None | 21 | AllowOverride None |