diff --git a/docs/example.nginx.conf b/docs/example.nginx.conf index e4a6ca41b..5c0bef47d 100644 --- a/docs/example.nginx.conf +++ b/docs/example.nginx.conf @@ -242,5 +242,5 @@ server { } # Finally, serve anything the above exceptions don't govern. - try_files /customize/www/$uri /customize/www/$uri/index.html /www/$uri /www/$uri/index.html /customize/$uri; + try_files /customize/www/$uri/index.html /www/$uri /www/$uri/index.html /customize/$uri; }