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} ...@@ -227,8 +227,8 @@ url = $${request-frontend:connection-site_url}
[promise] [promise]
recipe = slapos.cookbook:check_port_listening recipe = slapos.cookbook:check_port_listening
path = $${basedirectory:promises}/apache path = $${basedirectory:promises}/apache
hostname = $${nginx:ip} hostname = $${nginx-server:ip}
port = $${nginx:port} port = $${nginx-server:port}
[frontend-promise] [frontend-promise]
recipe = slapos.cookbook:check_url_available recipe = slapos.cookbook:check_url_available
......
...@@ -45,7 +45,7 @@ command = grep parts ${buildout:develop-eggs-directory}/slapos.cookbook.egg-link ...@@ -45,7 +45,7 @@ command = grep parts ${buildout:develop-eggs-directory}/slapos.cookbook.egg-link
# Overwrite with local to use nginx instead apache. # Overwrite with local to use nginx instead apache.
[template-apache-php] [template-apache-php]
url = ${:_profile_base_location_}/instance-apache-php.cfg url = ${:_profile_base_location_}/instance-apache-php.cfg
md5sum = 047e183a33b226300d8e4507f196637b md5sum = 8273d47818a3139f6d43b949f3ec4cf2
[application] [application]
url = http://wordpress.org/latest.tar.gz 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