mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
Update README.md
This commit is contained in:
parent
278b143360
commit
84c6a731c9
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ server {
|
||||||
ssl_certificate /path/to/ssl_cert;
|
ssl_certificate /path/to/ssl_cert;
|
||||||
ssl_certificate_key /path/to/ssl_cert_key;
|
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;
|
index index.html;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue