mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 14:22:44 +01:00
Merge pull request #642 from unruhschuh/patch-2
fixed rsync command for frontent
This commit is contained in:
commit
820561610a
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