From 4a334f2d3ab6bf68da4c1c4eed5487e5c3106e71 Mon Sep 17 00:00:00 2001 From: Robonau <30987265+Robonau@users.noreply.github> Date: Thu, 4 Jul 2024 01:39:14 +0100 Subject: [PATCH] this might work --- default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.conf b/default.conf index f0e80e3..b0b3bdb 100644 --- a/default.conf +++ b/default.conf @@ -11,7 +11,7 @@ server { # proxy_set_header X-Real-IP $remote_addr; # proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; root /usr/share/nginx/html; - try_files $uri /index.html =404; + try_files $uri $uri.html /index.html =404; } location /api { client_max_body_size 10M;