Skip to content
Snippets Groups Projects
Commit 7da734fb authored by Alexander König's avatar Alexander König
Browse files

Merge branch 'master' into stable

parents cf3995d3 7516e3c8
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@ metadata:
# (except for /repository/oai).
ingress.kubernetes.io/ssl-redirect: "false"
# But just to be sure, we are /also/ redirecting here.
ingress.kubernetes.configuration-snippet: |
if ($scheme = "http") {
ingress.kubernetes.io/configuration-snippet: |
if ($scheme != "https") {
set $rewrite_https 1;
}
if ($request_uri ~ "^/repository/oai") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment