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
rbfsmi.imt
rbfsmi-ansible
Commits
06106371
Commit
06106371
authored
Mar 17, 2021
by
Jan-Oliver Opdenhövel
Browse files
Adding ansible-managed comments to the vhost definitions
parent
0c0753ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/element-web/templates/vhost.conf
View file @
06106371
{{
ansible_managed
|
comment
}}
server
{
listen
443
ssl
http2
;
listen
[::]:
443
ssl
http2
;
...
...
roles/synapse/templates/vhost.conf
View file @
06106371
{{
ansible_managed
|
comment
}}
server
{
listen
443
ssl
http2
;
listen
[::]:
443
ssl
http2
;
...
...
Write
Preview
Supports
Markdown
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