fixed rsync command for frontent

nginx-mempool.conf has "root /var/www/mempool/browser;"
This commit is contained in:
Thomas Leitz 2021-07-18 23:20:28 +02:00 committed by GitHub
parent ad08c3a907
commit 1b5930887c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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