From 2e3f8ad4a1089638f683162bd54eb1f8802b1ca2 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