From 6b0713691114f08242df0451b0d66d250f6c3686 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Mon, 25 May 2026 09:43:26 -0500 Subject: [PATCH] i.html --- cfg/ngx/frodr.com.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/ngx/frodr.com.conf b/cfg/ngx/frodr.com.conf index 87626af..47b6c30 100644 --- a/cfg/ngx/frodr.com.conf +++ b/cfg/ngx/frodr.com.conf @@ -34,7 +34,7 @@ server { ssl_trusted_certificate /etc/nginx/acme.sh/frodr.com/cert.pem; root /var/www/frodr.com/bookrack; - index index.html; + index index.html i.html; server_name frodr.com; error_page 404 /assets/404.html;