From 82529fc05056690f5cbd08e07b4cbac3f40e7608 Mon Sep 17 00:00:00 2001 From: simple321vip Date: Sun, 30 Oct 2022 21:23:29 +0800 Subject: [PATCH] prod to update nginx path --- nginx.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nginx.conf b/nginx.conf index 1356419..bd2f54e 100644 --- a/nginx.conf +++ b/nginx.conf @@ -19,6 +19,11 @@ server { index index.html index.htm; } + location ~ /home { + alias /usr/share/nginx/html; + index index.html index.htm; + } + #error_page 404 /404.html; # redirect server error pages to the static page /50x.html