From 84c6a731c9f2152a6e00b30c9c46665d07dbe97a Mon Sep 17 00:00:00 2001 From: 0xJacky Date: Sat, 9 Oct 2021 13:38:19 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ac693d4..ca03ace2 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ server { ssl_certificate /path/to/ssl_cert; ssl_certificate_key /path/to/ssl_cert_key; - root /path/to/nginx-ui-frontend/dist; + root /path/to/nginx-ui/frontend/dist; index index.html;