From 5b39c018db0de380ed911818beca2928deba677b Mon Sep 17 00:00:00 2001 From: Thomas Leitz Date: Sun, 18 Jul 2021 22:54:47 +0200 Subject: [PATCH] Fixed 'cp' command for nginx.conf and nginx-mempool.conf The destination path was a file, should be a directory. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddfba255c..1d017e1c1 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ Install the supplied nginx.conf and nginx-mempool.conf in /etc/nginx apt-get install -y nginx python-certbot-nginx # install the mempool configuration for nginx - cp nginx.conf nginx-mempool.conf /etc/nginx/nginx.conf + cp nginx.conf nginx-mempool.conf /etc/nginx/ # replace example.com with your domain name certbot --nginx -d example.com