Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
uib-ub
Drift
roller-ansible
apache
Commits
e5f567ee
Commit
e5f567ee
authored
Jun 15, 2021
by
Oyvind.Gjesdal
Browse files
allow override of vhosts
parent
5822e8c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/vhosts.conf.j2
View file @
e5f567ee
...
...
@@ -42,7 +42,7 @@ Require all denied
{% endif %}
{%endif %}
{% if vhost.ssl is defined and vhost.ssl == true %}
{% if vhost.ssl is defined and vhost.ssl == true
and vhost.force_ssl | default(true) | bool
%}
{{ vhost.http_only_extra_parameters | default('') }}
Redirect Permanent / https://{{ vhost.servername }}/
...
...
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