Merge pull request #642 from unruhschuh/patch-2

fixed rsync command for frontent
This commit is contained in:
wiz 2021-07-25 04:08:25 +09:00 committed by GitHub
commit 820561610a
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