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 6e92dd5684
commit 2e3f8ad4a1

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: Install the output into nginx webroot folder:
```bash ```bash
sudo rsync -av --delete dist/mempool/ /var/www/html/ sudo rsync -av --delete dist/mempool /var/www/
``` ```
## nginx + certbot ## nginx + certbot