This commit is contained in:
Ricardo Katz 2017-03-12 22:09:42 +00:00 committed by GitHub
commit c41e6bd82f
5 changed files with 32 additions and 2 deletions

View file

@ -236,7 +236,11 @@ http {
ssl_verify_client on;
ssl_verify_depth {{ $location.CertificateAuth.ValidationDepth }};
{{ end }}
{{ if not (empty $location.Redirect.AppRoot)}}
location = / {
return 302 ${{ location.Redirect.AppRoot }};
}
{{ end }}
{{ if not (empty $authPath) }}
location = {{ $authPath }} {
internal;