Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
3c9a4d0d
Commit
3c9a4d0d
authored
Sep 06, 2014
by
Grazyna Jaworska
Browse files
Remove whitespace.
parent
cc64904f
Changes
1
Hide whitespace changes
Inline
Side-by-side
http/Provision/Config/Apache/vhost.tpl.php
View file @
3c9a4d0d
<VirtualHost
*:
<?php
print
$http_port
;
?>
>
<?php
if
(
$this
->
site_mail
)
:
?>
ServerAdmin
<?php
print
$this
->
site_mail
;
?>
ServerAdmin
<?php
print
$this
->
site_mail
;
?>
<?php
endif
;
?>
DocumentRoot
<?php
print
$this
->
root
;
?>
DocumentRoot
<?php
print
$this
->
root
;
?>
ServerName
<?php
print
$this
->
uri
;
?>
SetEnv db_type
<?php
print
urlencode
(
$db_type
);
?>
...
...
@@ -20,7 +20,7 @@
SetEnv db_port
<?php
print
urlencode
(
$db_port
);
?>
<?php
<?php
if
(
sizeof
(
$this
->
aliases
))
{
print
"
\n
ServerAlias "
.
implode
(
"
\n
ServerAlias "
,
$this
->
aliases
)
.
"
\n
"
;
}
...
...
@@ -83,7 +83,7 @@ if ($this->redirection || $ssl_redirection) {
php_flag engine off
</IfModule>
</Directory>
<?php
$if_subsite
=
$this
->
data
[
'http_subdird_path'
]
.
'/'
.
$this
->
uri
;
if
(
subdirs_drush_load
()
&&
provision_file
()
->
exists
(
$if_subsite
)
->
status
())
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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