Skip to content

Commit

Permalink
Merge pull request #847 from gianrubio/patch-2
Browse files Browse the repository at this point in the history
fix semicolon
  • Loading branch information
aledbf authored Jun 13, 2017
2 parents e258ee1 + fffddeb commit 5d7a938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/nginx/rootfs/etc/nginx/template/nginx.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ stream {

server {
listen {{ $tcpServer.Port }};
{{ if $IsIPV6Enabled }}listen [::]:{{ $tcpServer.Port }}{{ end }}
{{ if $IsIPV6Enabled }}listen [::]:{{ $tcpServer.Port }};{{ end }}
proxy_pass tcp-{{ $tcpServer.Backend.Namespace }}-{{ $tcpServer.Backend.Name }}-{{ $tcpServer.Backend.Port }};
}
{{ end }}
Expand Down

0 comments on commit 5d7a938

Please sign in to comment.