Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gwenaël Samain
slapos
Commits
83c073f8
Commit
83c073f8
authored
Apr 04, 2013
by
Marco Mariani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[hack] bypass tunnel to allow drupal configuration
parent
680b5293
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
stack/lamp/apache/instance-apache-php.cfg.in
stack/lamp/apache/instance-apache-php.cfg.in
+2
-2
stack/lamp/buildout.cfg
stack/lamp/buildout.cfg
+1
-1
No files found.
stack/lamp/apache/instance-apache-php.cfg.in
View file @
83c073f8
...
...
@@ -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
...
...
stack/lamp/buildout.cfg
View file @
83c073f8
...
...
@@ -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]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment