mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
That was not the correct magic
This commit is contained in:
parent
b5fa0fbad7
commit
9c168017ae
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ export PATH="/usr/sbin:$PATH" # /usr/sbin/nginx
|
|||
nginx_root="$root/nginx"
|
||||
mkdir $nginx_root
|
||||
root="$nginx_root" ./certbot-nginx/tests/boulder-integration.conf.sh > $nginx_root/nginx.conf
|
||||
cp certbot-nginx/certbot_nginx/options-ssl-nginx.conf $nginx_root
|
||||
cp certbot-nginx/certbot_nginx/options-ssl-nginx.conf "$root"/conf
|
||||
|
||||
killall nginx || true
|
||||
nginx -c $nginx_root/nginx.conf
|
||||
|
|
|
|||
Loading…
Reference in a new issue