mirror of
https://github.com/mempool/mempool.git
synced 2025-03-13 11:36:07 +01:00
fixed rsync command for frontent
nginx-mempool.conf has "root /var/www/mempool/browser;"
This commit is contained in:
parent
ad08c3a907
commit
1b5930887c
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ Install mempool dependencies from npm and build the frontend static HTML/CSS/JS:
|
|||
Install the output into nginx webroot folder:
|
||||
|
||||
```bash
|
||||
sudo rsync -av --delete dist/mempool/ /var/www/html/
|
||||
sudo rsync -av --delete dist/mempool /var/www/
|
||||
```
|
||||
|
||||
## nginx + certbot
|
||||
|
|
Loading…
Add table
Reference in a new issue