@@ -4,9 +4,9 @@ A simple nginx reverse proxy side-car, which can be placed in front an applicati
## Requirements
- The application must be linked (either by Docker `--link` or ECS `links` section) as `app`.
- The `NGINX_PORT` environment variable should be set to the port nginx should bind to.
- The `APP_PORT` environment variable should be set to the port that the application is bound to inside the `app` container.
- The application must be linked (either by Docker `--link` or ECS `links` section) as `app` either the `APP_HOST` environment variable must be set to the service name.
- The `NGINX_PORT`(default `80`) environment variable should be set to the port nginx should bind to.
- The `APP_PORT`(default `8080`) environment variable should be set to the port that the application is bound to inside the `app` container.
## Stats Monitoring
@@ -15,7 +15,7 @@ We've enabled `http_stub_status_module` access to help with monitoring integrati
-`NGINX_STATUS_ALLOW_FROM` (default `all`) IP, CIDR, `all` for the nginx config's `allow` statement (http://nginx.org/en/docs/http/ngx_http_access_module.html)