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