Fix identation

This commit is contained in:
Manuel de Brito Fontes 2017-09-29 09:17:55 -03:00
parent 3ed6019f9f
commit db12b517c9
2 changed files with 2 additions and 2 deletions

View file

@ -199,7 +199,7 @@ http {
default $scheme;
}
map $http_x_forwarded_port $pass_server_port {
default $server_port;
default $server_port;
}
{{ end }}