diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-02-03 00:27:11 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-02-03 00:27:11 +0100 |
commit | ce493c5de8a950b683f6de64cda0b6a8459b87db (patch) | |
tree | 4d403aa097022daab814abe5ed8903f5fa49b272 /nixops/modules/websites/apache/theme/.htaccess | |
parent | 568d4240fa2d4b1f29cc1dd6d943a2da941ef46e (diff) | |
download | Nix-ce493c5de8a950b683f6de64cda0b6a8459b87db.tar.gz Nix-ce493c5de8a950b683f6de64cda0b6a8459b87db.tar.zst Nix-ce493c5de8a950b683f6de64cda0b6a8459b87db.zip |
Add release and temp websites
Diffstat (limited to 'nixops/modules/websites/apache/theme/.htaccess')
-rw-r--r-- | nixops/modules/websites/apache/theme/.htaccess | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nixops/modules/websites/apache/theme/.htaccess b/nixops/modules/websites/apache/theme/.htaccess new file mode 100644 index 0000000..f9e5472 --- /dev/null +++ b/nixops/modules/websites/apache/theme/.htaccess | |||
@@ -0,0 +1,9 @@ | |||
1 | # | ||
2 | # Apaxy by @adamwhitcroft | ||
3 | # | ||
4 | # For a full breakdown of the mod_autoindex module | ||
5 | # http://apache.org/docs/2.2/mod/mod_autoindex.html | ||
6 | # | ||
7 | |||
8 | # Don't index this folder | ||
9 | Options -Indexes | ||