init_config:

instances:
  - nginx_status_url: http://localhost:8899/nginx_status/
    tags:
      - environment:production
      - platform:Apollo
      - service:LevelDB

logs:
  - type: file
    path: /var/log/nginx/access.log
    service: nginx
    source: nginx
    sourcecategory: http_web_access
    tags:
      - environment:production
      - platform:Apollo


  - type: file
    path: /var/log/nginx/error.log
    service: nginx
    source: nginx
    sourcecategory: http_web_access
    tags:
      - environment:production
      - platform:Apollo
