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
ce66c80f
Commit
ce66c80f
authored
Sep 01, 2014
by
Grazyna Jaworska
Browse files
Nginx: Fix typo in vhosts templates.
parent
9a2901c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
http/Provision/Config/Nginx/Ssl/vhost_ssl_disabled.tpl.php
View file @
ce66c80f
...
...
@@ -12,7 +12,7 @@ server {
ssl_prefer_server_ciphers on;
keepalive_timeout 70;
return 404;
### Do
nt'
t reveal Aegir front-end URL here.
### Do
no
t reveal Aegir front-end URL here.
}
<?php
endif
;
?>
...
...
http/Provision/Config/Nginx/subdir_disabled.tpl.php
View file @
ce66c80f
location ^~ /
<?php
print
$subdir
;
?>
/ {
return 404;
### Do
nt'
t reveal Aegir front-end URL here.
### Do
no
t reveal Aegir front-end URL here.
}
http/Provision/Config/Nginx/vhost_disabled.tpl.php
View file @
ce66c80f
...
...
@@ -2,5 +2,5 @@ server {
listen *:
<?php
print
$http_port
;
?>
;
server_name
<?php
print
$this
->
uri
.
' '
.
implode
(
' '
,
$this
->
aliases
);
?>
;
return 404;
### Do
nt'
t reveal Aegir front-end URL here.
### Do
no
t reveal Aegir front-end URL here.
}
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