summaryrefslogtreecommitdiffstats
path: root/opt/infra/roles/nginx/defaults/main.yml
blob: cdd1d7734fc71b83c7641ba0fb5fb9dc44ed5e9e (plain)
1
2
3
4
5
6
7
8
9
10
---
services:
  - { name: kibana, upstream: 'http://127.0.0.1:5601' }
  - { name: elastic, upstream: 'http://127.0.0.1:9200' }

qtip_services:
  - { name: restful_api, upstream: 'http://127.0.0.1:5000' }

testapi_services:
  - { name: testapi, upstream: 'http://127.0.0.1:8000' }