forked from nginxinc/nginx-s3-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored docs and moved ubuntu install script to root
- Loading branch information
Showing
5 changed files
with
276 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Development Guide | ||
|
||
## Extending the Gateway | ||
|
||
In the [examples/ directory](/examples), there are `Dockerfile` examples that | ||
show how to extend the base functionality of the NGINX S3 Gateway by adding | ||
additional modules. | ||
|
||
* [Enabling Brotli Compression in Docker](examples/brotli-compression) | ||
* [Enabling GZip Compression in Docker](examples/gzip-compression) | ||
* [Installing Modsecurity in Docker](examples/modsecurity) | ||
|
||
## Testing | ||
|
||
Automated tests require `docker`, `docker-compose`, `curl` and `md5sum` to be | ||
installed. To run all unit tests and integration tests, run the following command. | ||
If you invoke the test script with a plus parameter, you will need to add your | ||
NGINX repository keys to the `plus/etc/ssl/nginx` directory | ||
|
||
``` | ||
$ ./test.sh <nginx type - 'oss', 'latest-njs-oss', 'plus', or 'latest-njs-plus'> | ||
``` |
Oops, something went wrong.