This release contains several bug fixes. Notable changes from 1.10.2 inclde:
- Bugfix: in the "add_after_body" directive when used with the "sub_filter" directive.
- Bugfix: unix domain listen sockets might not be inherited during binary upgrade on Linux.
- Bugfix: graceful shutdown of old worker processes might require infinite time when using HTTP/2.
- Bugfix: when using HTTP/2 and the "limit_req" or "auth_request" directives client request body might be corrupted.
- Bugfix: a segmentation fault might occur in a worker process when using HTTP/2.
- Bugfix: an incorrect response might be returned when using the "sendfile" directive on FreeBSD and macOS;
- Bugfix: a truncated response might be stored in cache when using the "aio_write" directive.
- Bugfix: a socket leak might occur when using the "aio_write" directive.
* switch to harpoon installers
note: the default `nginx.conf` does not read user defined virtual host
configurations from `/opt/bitnami/nginx/conf/vhosts/`. As a temporary
fix, we override the `nginx.conf` with our own copy
* removed unused `installer.run.sha256`
* bump version to 1.9.10-0
* added sha256 hash for package verification
* switch to `gcr.io/stacksmith-images/ubuntu:14.04` base image
* removed unused files
* tests: updated for current feature set
* upgrade baseimage: gcr.io/stacksmith-images/ubuntu:14.04-r05
* removed sample vhost configurations
* organize dockerfile for stacksmith (#3)
* verify checksum in harpoon commands
* removed `BITNAMI_APP_DIR` macro
* updated `PATH` variable
* moved hacks to `app-entrypoint.sh`
* organize dockerfile for stacksmith
* tests: bump `SLEEP_TIME` to `10` seconds
* upgrade to nginx-1.10.0-0
* add `.tar.gz` to git ignore rules
* updated `.dockerignore` rules
* readme: updated
* tests: bump `SLEEP_TIME`
* app-entrypoint: fix `chown` operation