summaryrefslogtreecommitdiffstats
path: root/modules/tozt/files/nginx/doy.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tozt/files/nginx/doy.conf')
-rw-r--r--modules/tozt/files/nginx/doy.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/tozt/files/nginx/doy.conf b/modules/tozt/files/nginx/doy.conf
index 4b5e7b9..19eaade 100644
--- a/modules/tozt/files/nginx/doy.conf
+++ b/modules/tozt/files/nginx/doy.conf
@@ -7,8 +7,7 @@ server {
location / {
root /home/doy;
- try_files /site$uri /public_html$uri =404;
- index index.html index.htm;
+ try_files /site$uri /site$uri/index.html /public_html$uri =404;
}
location /recipes/ {