summaryrefslogtreecommitdiffstats
path: root/modules/tozt/files/nginx
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-12-28 04:37:00 -0500
committerJesse Luehrs <doy@tozt.net>2018-12-28 04:37:00 -0500
commit7b155e9b756db75b4940078c4b4a87d3cd82bef0 (patch)
tree201a3b78216e51a6dc2641b595b49db11a79e5ad /modules/tozt/files/nginx
parent9d47ae264dd27de7415b203043ca4c3042689d65 (diff)
downloadpuppet-tozt-7b155e9b756db75b4940078c4b4a87d3cd82bef0.tar.gz
puppet-tozt-7b155e9b756db75b4940078c4b4a87d3cd82bef0.zip
more munin fixes
Diffstat (limited to 'modules/tozt/files/nginx')
-rw-r--r--modules/tozt/files/nginx/munin-tls.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/tozt/files/nginx/munin-tls.conf b/modules/tozt/files/nginx/munin-tls.conf
index d73a602..d5030e0 100644
--- a/modules/tozt/files/nginx/munin-tls.conf
+++ b/modules/tozt/files/nginx/munin-tls.conf
@@ -9,7 +9,6 @@ server {
location / {
root /srv/http/munin;
- try_files /site$uri /site$uri/index.html /public_html$uri =404;
}
}
# vim:ft=nginx