Skip to content

Commit

Permalink
#2935: nginx-xxx.yaml, standardize 'proxy'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed May 1, 2018
1 parent 3a51c6d commit 67ec903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hiera/reverse-proxy/nginx-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ reverse_proxy:
vhost: 'machine-learning-api.com'
host_port: 9090
listen_port: 6000
proxy: 'http://localhost'
proxy: 'api-reverse-proxy'
members:
- 'webserver-api:6001'

Expand Down
2 changes: 1 addition & 1 deletion hiera/reverse-proxy/nginx-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ reverse_proxy:
vhost: 'machine-learning.com'
host_port: 8080
listen_port: 5000
proxy: 'http://localhost'
proxy: 'web-reverse-proxy'
members:
- 'webserver-web:5001'

Expand Down

0 comments on commit 67ec903

Please sign in to comment.