Merge pull request #3130 from alanbover/fix/newlines_location_denied

fix newlines location denied
This commit is contained in:
k8s-ci-robot 2018-09-25 07:04:50 -07:00 committed by GitHub
commit c4a562dded
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1229,7 +1229,7 @@ stream {
return 503;
{{ end }}
{{ else }}
# Location denied. Reason: {{ $location.Denied }}
# Location denied. Reason: {{ $location.Denied | printf "%q" }}
return 503;
{{ end }}
}