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
helm-charts
Shibboleth SP
Helm Chart
Commits
4f40c0cb
Commit
4f40c0cb
authored
Jul 19, 2021
by
Sandro Mathys
Browse files
add .DS_Store to .gitignore
parent
a96182cf
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
4f40c0cb
# macos
.DS_Store
# ansible-vault password file
# ansible-vault password file
.vault_password
.vault_password
...
...
templates/configmap-apache.yaml
View file @
4f40c0cb
...
@@ -61,6 +61,7 @@ data:
...
@@ -61,6 +61,7 @@ data:
LoadModule mpm_event_module modules/mod_mpm_event.so
LoadModule mpm_event_module modules/mod_mpm_event.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule http2_module modules/mod_http2.so
{{
- if .Values.frontend.apache.enableSSL
}}
{{
- if .Values.frontend.apache.enableSSL
}}
001-ssl.conf
:
|
001-ssl.conf
:
|
LoadModule ssl_module modules/mod_ssl.so
LoadModule ssl_module modules/mod_ssl.so
...
@@ -100,6 +101,9 @@ data:
...
@@ -100,6 +101,9 @@ data:
ProxyPreserveHost "{{ .Values.frontend.apache.proxyPreserveHost | default "off" }}"
ProxyPreserveHost "{{ .Values.frontend.apache.proxyPreserveHost | default "off" }}"
{{- if .Values.frontend.apache.enableSSL }}
{{- if .Values.frontend.apache.enableSSL }}
# enable HTTP/2 on the frontend
Protocols h2 http/1.1
SSLProxyEngine "on"
SSLProxyEngine "on"
{{- end }}
{{- end }}
...
...
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