You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A modified docker image based on the [nginx-proxy](https://github.com/jwilder/nginx-proxy) docker image. Increased nginx upload limts and removed nginx server tokens.
4
+
A modified docker image based on the [nginx-proxy](https://github.com/jwilder/nginx-proxy) docker image. Increased nginx upload limits and removed nginx server tokens.
4
5
5
6
## Usage
6
7
7
8
`docker pull jasonheecs/nginx-proxy:latest`
8
9
9
10
Sample `docker-compose` file:
10
11
11
-
```
12
+
```yml
12
13
version: '2'
13
14
services:
14
15
nginx-proxy:
@@ -40,3 +41,8 @@ Refer to the [travis.yml](.travis.yml) file and [Travis build logs][travis-link]
0 commit comments