From a451267e33a8499c2a94917c00a62a82b11fc5c3 Mon Sep 17 00:00:00 2001 From: landaiqing <3517283258@qq.com> Date: Wed, 30 Oct 2024 13:15:18 +0800 Subject: [PATCH] :sparkles: add nginx default.conf --- default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.conf b/default.conf index 87fe814..b4d968f 100644 --- a/default.conf +++ b/default.conf @@ -14,7 +14,7 @@ server { error_log /var/log/nginx/error.log error; - location / { + location / { root /usr/share/nginx/html; try_files $uri $uri/ /index.html; index index.html index.htm;