summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-14 21:06:03 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-14 21:06:03 -0400
commit384f54c0136c4fae0630ac3718b45362d0ad9fd2 (patch)
tree302571c25a1d09730af7e6ca0548825676da5879 /modules
parent46728e4447fd81791d58664ee2e7c06ec3f61483 (diff)
downloadpuppet-tozt-384f54c0136c4fae0630ac3718b45362d0ad9fd2.tar.gz
puppet-tozt-384f54c0136c4fae0630ac3718b45362d0ad9fd2.zip
remove the /recipes/ special case
this was moved into the site generation directly
Diffstat (limited to 'modules')
-rw-r--r--modules/tozt/files/nginx/doy-tls.conf7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/tozt/files/nginx/doy-tls.conf b/modules/tozt/files/nginx/doy-tls.conf
index 3cff136..14f7039 100644
--- a/modules/tozt/files/nginx/doy-tls.conf
+++ b/modules/tozt/files/nginx/doy-tls.conf
@@ -11,12 +11,5 @@ server {
root /home/doy;
try_files /site$uri /site$uri/index.html /public_html$uri =404;
}
-
- location /recipes/ {
- root /home/doy/public_html;
- index index.html index.htm;
- default_type text/plain;
- autoindex on;
- }
}
# vim:ft=nginx