Fixed 'cp' command for nginx.conf and nginx-mempool.conf

The destination path was a file, should be a directory.
This commit is contained in:
Thomas Leitz 2021-07-18 22:54:47 +02:00 committed by GitHub
parent ad08c3a907
commit 5b39c018db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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