From 794c59e37584bcf31a3480e90bf45ab3379a08db Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Mon, 3 Feb 2025 08:53:21 -0500 Subject: [PATCH] Update docker/nginx.conf --- docker/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx.conf b/docker/nginx.conf index 94c2533..b285244 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -25,7 +25,7 @@ http { autoindex off; location / { - try_files $uri$args $uri$args/ /index.html; + try_files $uri $uri/ /index.html; } } }