Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
dashboard
Commits
7c534dc7
Commit
7c534dc7
authored
Feb 03, 2022
by
EorlBruder
Committed by
Roman Brendler
Mar 25, 2022
Browse files
fix(nginx): fix typo
parent
015607d3
Pipeline
#1750
passed with stage
in 6 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nginx/nginx.prod.template
View file @
7c534dc7
...
...
@@ -11,7 +11,7 @@ server {
proxy_pass http://steering:8000/openid/;
proxy_redirect $scheme://$host/oidc_callback.html /oidc_callback.html;
proxy_redirect $scheme://$host/oidc_callback_silentRenew.html /oidc_callback_silentRenew.html;
proxy_redirect $schme://$host/ /;
proxy_redirect $sch
e
me://$host/ /;
proxy_redirect ~^/?(.*)$ $scheme://$host:$server_port/steering/$1;
proxy_set_header Upgrade $http_upgrade;
...
...
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