Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teddio/custom-nginx
A customized static nginx build, snugly placed into a docker container.
https://github.com/teddio/custom-nginx
binary docker http nginx ngx-headers-more ngx-http-substitutions static substitutions tiny
Last synced: 2 months ago
JSON representation
A customized static nginx build, snugly placed into a docker container.
- Host: GitHub
- URL: https://github.com/teddio/custom-nginx
- Owner: TeddiO
- Created: 2020-04-14T19:50:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T14:32:55.000Z (8 months ago)
- Last Synced: 2024-10-12T07:35:25.936Z (3 months ago)
- Topics: binary, docker, http, nginx, ngx-headers-more, ngx-http-substitutions, static, substitutions, tiny
- Language: Dockerfile
- Homepage:
- Size: 32.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![build-master](https://github.com/TeddiO/custom-nginx/workflows/build-master/badge.svg?branch=master)
# About
Builds a statically linked version of nginx complete with the [ngx_http_substitutions](https://github.com/yaoweibin/ngx_http_substitutions_filter_module) module and the [ngx_headers_more](https://github.com/openresty/headers-more-nginx-module) module, alongside setting groups for HTTP purposes. This version of nginx will only run you 10-15mb in size and _only_ contains a compiled nginx.## Warranty
```THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.```