summaryrefslogtreecommitdiffstats
path: root/modules/tozt/files/nginx
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tozt/files/nginx')
-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