From b33663b2f030f0216a3a691f9bd1c5f830835017 Mon Sep 17 00:00:00 2001 From: simple321vip Date: Sun, 9 Apr 2023 23:55:26 +0800 Subject: [PATCH] update nginx.conf --- nginx.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nginx.conf b/nginx.conf index 4c7dd3d..5abb7a1 100644 --- a/nginx.conf +++ b/nginx.conf @@ -14,6 +14,11 @@ server { index index.html index.htm; } + location /profile { + alias /usr/share/nginx/html; + index index.html index.htm; + } + location /home { alias /usr/share/nginx/html; index index.html index.htm;