Skip to content

Commit

Permalink
Merge pull request #247 from lcharkiewicz/ingress-nginx-url
Browse files Browse the repository at this point in the history
Fix wrong URL in nginx ingress configuration
  • Loading branch information
aledbf authored Feb 7, 2017
2 parents 4eb527d + ee484aa commit 2045786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/nginx/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ In addition to the built-in functions provided by the Go package the following f

- empty: returns true if the specified parameter (string) is empty
- contains: [strings.Contains](https://golang.org/pkg/strings/#Contains)
- hasPrefix: [strings.HasPrefix](https://golang.org/pkg/strings/#Contains)
- hasPrefix: [strings.HasPrefix](https://golang.org/pkg/strings/#HasPrefix)
- hasSuffix: [strings.HasSuffix](https://golang.org/pkg/strings/#HasSuffix)
- toUpper: [strings.ToUpper](https://golang.org/pkg/strings/#ToUpper)
- toLower: [strings.ToLower](https://golang.org/pkg/strings/#ToLower)
Expand Down

0 comments on commit 2045786

Please sign in to comment.