mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02: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
Add a link
Reference in a new issue