Skip to content

Commit

Permalink
Upgraded Nginx (1.19.6) + Central Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg committed Feb 2, 2021
1 parent 164c10f commit e124779
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 79 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: python

python:
- 3.6

script:
- echo "Just build documentation. Image created on Docker Hub"

jobs:
include:
- stage: documentation
if: branch = master
install: skip
script: "curl https://opensource.byjg.com/add-doc.sh | bash /dev/stdin devops docker-nginx-extras"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Joao Gilberto Magalhaes

WORKDIR /var/www/html

ENV NGINX_VERSION 1.19.1
ENV NGINX_VERSION 1.19.6
ENV MORE_SET_HEADER_VERSION 0.33

RUN mkdir -p /var/www/html \
Expand Down
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 Joao Gilberto Magalhães

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
30 changes: 18 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# byjg/docker-nginx-extras
# Nginx extras (all modules)

[![Opensource ByJG](https://img.shields.io/badge/opensource-byjg-success.svg)](http://opensource.byjg.com)
[![GitHub source](https://img.shields.io/badge/Github-source-informational?logo=github)](https://github.com/byjg/docker-nginx-extras/)
[![GitHub license](https://img.shields.io/github/license/byjg/docker-nginx-extras.svg)](https://opensource.byjg.com/opensource/licensing.html)
[![GitHub release](https://img.shields.io/github/release/byjg/docker-nginx-extras.svg)](https://github.com/byjg/docker-nginx-extras/releases/)

Nginx extended version: provides a version of nginx with the standard modules, plus extra features and modules,
this container is based on Alpine Linux and the nginx is compiled from the source code.

# Tags:
## Tags:
* 1.19, latest
* 1.18
* 1.17
Expand All @@ -15,26 +20,26 @@ this container is based on Alpine Linux and the nginx is compiled from the sourc
* 1.11
* 1.10

# STANDARD HTTP MODULES:
## STANDARD HTTP MODULES:
Core, Access, Auth Basic, Auto Index, Browser,
Charset, Empty GIF, FastCGI, Geo, Gzip, Headers, Index, Limit Requests,
Limit Zone, Log, Map, Memcached, Proxy, Referer, Rewrite, SCGI,
Split Clients, SSI, Upstream, User ID, UWSGI.

# OPTIONAL HTTP MODULES:
## OPTIONAL HTTP MODULES:
Addition, Debug, Embedded Perl, FLV, GeoIP,
Gzip Precompression, Image Filter, IPv6, MP4, Random Index, Real IP,
Secure Link, Spdy, SSL, Stub Status, Substitution, WebDAV, XSLT.

# MAIL MODULES:
## MAIL MODULES:
Mail Core, IMAP, POP3, SMTP, SSL.

# THIRD PARTY MODULES:
## THIRD PARTY MODULES:
Auth PAM, Chunkin, DAV Ext, Echo, Embedded Lua,
Fancy Index, HttpHeadersMore, HTTP Substitution Filter, http push,
Nginx Development Kit, Upload Progress, Upstream Fair Queue.

# Usage
## Usage

```bash
$ docker run -v /path/to/html:/var/www/html -p 8080:80 byjg/nginx-extras
Expand All @@ -46,12 +51,13 @@ If you want to setup your own configuration run:
$ docker run -v /path/to/html:/var/www/html -v /path/to/sites-enabled:/etc/nginx/sites-enabled -p 8080:80 byjg/nginx-extras
```

# Note
## Note

This Dockerfile uses code from :
https://github.com/x-drum/docker-nginx-extras and
https://github.com/yfix/docker-nginx (fork from the first)

I removed a lot of things and made it really simple.
* https://github.com/x-drum/docker-nginx-extras and
* https://github.com/yfix/docker-nginx (fork from the first)

I removed a lot of things and simplify some code.

----
[Open source ByJG](http://opensource.byjg.com)
66 changes: 0 additions & 66 deletions _config.yml

This file was deleted.

0 comments on commit e124779

Please sign in to comment.