소스 검색

Update README.md

0xJacky 3 년 전
부모
커밋
84c6a731c9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
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;