From 618988158595911ae4d490cda27aaf0dc70f60e5 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;