Skip to content

Commit

Permalink
#2935: nginx-xx.yaml, remove 'run', reference hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Apr 29, 2018
1 parent f24fc3c commit f29609c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions hiera/reverse-proxy/nginx-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
## for the corresponding implementation.
##
reverse_proxy:
run: true
type: 'api'
vhost: 'machine-learning-api.com'
host_port: 9090
listen_port: 6000
proxy: 'http://localhost'
members:
- 'localhost:6001'
- 'webserver-api:6001'

certificate:
self_signed: true
Expand Down
3 changes: 1 addition & 2 deletions hiera/reverse-proxy/nginx-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
## for the corresponding implementation.
##
reverse_proxy:
run: true
type: 'web'
vhost: 'machine-learning.com'
host_port: 8080
listen_port: 5000
proxy: 'http://localhost'
members:
- 'localhost:5001'
- 'webserver-web:5001'

certificate:
self_signed: true
Expand Down

0 comments on commit f29609c

Please sign in to comment.