From 946cf32e09957103649fbadff7d24a3bb40457e4 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Mon, 24 Jun 2024 17:37:18 +0200 Subject: [PATCH] Update nginx.conf --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 29dc13b..4eec0e4 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,7 +4,7 @@ http { server { listen 80 default_server; server_name _; - root /var/www/html/; + root /var/www/html; location / { try_files $uri $uri/ $uri.html =404;