Commit f7beb248 authored by Rafael Monnerat's avatar Rafael Monnerat

FIX TYPO Part name is nginx-server

parent f83aa267
......@@ -227,8 +227,8 @@ url = $${request-frontend:connection-site_url}
[promise]
recipe = slapos.cookbook:check_port_listening
path = $${basedirectory:promises}/apache
hostname = $${nginx:ip}
port = $${nginx:port}
hostname = $${nginx-server:ip}
port = $${nginx-server:port}
[frontend-promise]
recipe = slapos.cookbook:check_url_available
......
......@@ -45,7 +45,7 @@ command = grep parts ${buildout:develop-eggs-directory}/slapos.cookbook.egg-link
# Overwrite with local to use nginx instead apache.
[template-apache-php]
url = ${:_profile_base_location_}/instance-apache-php.cfg
md5sum = 047e183a33b226300d8e4507f196637b
md5sum = 8273d47818a3139f6d43b949f3ec4cf2
[application]
url = http://wordpress.org/latest.tar.gz
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment