Commit 83c073f8 authored by Marco Mariani's avatar Marco Mariani

[hack] bypass tunnel to allow drupal configuration

parent 680b5293
......@@ -213,8 +213,8 @@ httpd-binary = ${apache:location}/bin/httpd
mysql-username = $${mariadb-urlparse:username}
mysql-password = $${mariadb-urlparse:password}
mysql-database = $${mariadb-urlparse:path}
mysql-host = $${stunnel:local-host}
mysql-port = $${stunnel:local-port}
mysql-host = $${mariadb-urlparse:host}
mysql-port = $${mariadb-urlparse:port}
[logrotate-entry-apache]
<= logrotate
......
......@@ -74,7 +74,7 @@ mode = 0644
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/apache/instance-apache-php.cfg.in
output = ${buildout:directory}/instance-apache-php.cfg
md5sum = 0faf2b2bf48a0404ca50e6bf54d921e6
md5sum = f43382b13486ea9a9af9474d09cf32ea
mode = 0644
[instance-apache-import]
......
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