From 1b5930887c4aecfa7c80f008f6fdab126dd4910e Mon Sep 17 00:00:00 2001 From: Thomas Leitz Date: Sun, 18 Jul 2021 23:20:28 +0200 Subject: [PATCH] fixed rsync command for frontent nginx-mempool.conf has "root /var/www/mempool/browser;" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddfba255c..ae1936f32 100644 --- a/README.md +++ b/README.md @@ -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