Add fixme note
This commit is contained in:
parent
db039a185a
commit
122dcfeea7
@ -240,6 +240,9 @@ nginx_site express_domain do
|
|||||||
enable true
|
enable true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# FIXME This doesn't actually work on the first run. Apparently nginx is not
|
||||||
|
# reloaded after adding the vhost or sth, because it does work on the second
|
||||||
|
# run.
|
||||||
unless node.chef_environment == "development"
|
unless node.chef_environment == "development"
|
||||||
execute "letsencrypt cert for #{express_domain}" do
|
execute "letsencrypt cert for #{express_domain}" do
|
||||||
command "./certbot-auto certonly --webroot --agree-tos --email ops@5apps.com --webroot-path /var/www/#{express_domain} -d #{express_domain} -n"
|
command "./certbot-auto certonly --webroot --agree-tos --email ops@5apps.com --webroot-path /var/www/#{express_domain} -d #{express_domain} -n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user