mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 14:22:44 +01:00
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:
parent
ad08c3a907
commit
5b39c018db
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue