Skip to content

Commit d22e576

Browse files
author
Bryan Latten
committed
Merge pull request #9 from bryanlatten/feature-readme
README: updated
2 parents 740e1da + e36176c commit d22e576

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Variable | Example | Description
77
`SERVER_MAX_BODY_SIZE` | `SERVER_MAX_BODY_SIZE=4M` | Allows the downstream application to specify a non-default `client_max_body_size` configuration for the `server`-level directive in `/etc/nginx/sites-available/default`
88
`SERVER_INDEX` | `SERVER_INDEX index.html index.html index.php` | Changes the default pages to hit for folder and web roots
99
`SERVER_APP_NAME` | `APP_NAME='view'` | Sets a kv pair to be consumed by logging service for easy parsing and searching
10+
`SERVER_GZIP_OPTIONS` | `SERVER_GZIP_OPTIONS=1` | Allows default set of static content to be served gzipped
1011

1112

1213
### Runtime Commands
@@ -15,4 +16,4 @@ To inject things into the runtime process, add shell scripts (ending in .sh) int
1516
`/run.d` folder. These will be executed during container start.
1617

1718
- If script terminates with a non-zero exit code, container will stop, terminating with the script's exit code, unless...
18-
- If script terminates with exit code of 99, this will signal the container to stop cleanly. This can be used for multi-stage builds that can be committed
19+
- If script terminates with exit code of $SIGNAL_BUILD_STOP (99), this will signal the container to stop cleanly. This can be used for multi-stage builds that can be committed

0 commit comments

Comments
 (0)