11# Docker Nginx Proxy
22
3- ![ GitHub release (latest by date)] ( https://img.shields.io/github/v/release/bencgreen /docker-nginx-proxy ) ![ Docker Pulls] ( https://img.shields.io/docker/pulls/bcgdesign /nginx-proxy?label=pulls ) ![ Docker Image Size (tag)] ( https://img.shields.io/docker/image-size/bcgdesign /nginx-proxy/latest?label=size ) <br />
4- ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/bencgreen /docker-nginx-proxy/dev?label=build )
3+ ![ GitHub release (latest by date)] ( https://img.shields.io/github/v/release/bfren /docker-nginx-proxy ) ![ Docker Pulls] ( https://img.shields.io/docker/pulls/bfren /nginx-proxy?label=pulls ) ![ Docker Image Size (tag)] ( https://img.shields.io/docker/image-size/bfren /nginx-proxy/latest?label=size ) <br />
4+ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/bfren /docker-nginx-proxy/dev?label=build )
55
6- [ Docker Repository] ( https://hub.docker.com/r/bcgdesign /nginx-proxy ) - [ bcg|design ecosystem] ( https://github.com/bencgreen /docker )
6+ [ Docker Repository] ( https://hub.docker.com/r/bfren /nginx-proxy ) - [ bfren ecosystem] ( https://github.com/bfren /docker )
77
88Nginx Proxy which uses [ getssl] ( https://github.com/srvrco/getssl ) to automate requesting and renewing SSL certificates via Let's Encrypt. Certificates are checked for renewal every day - the last check can be viewed in the ` /ssl ` volume.
99
@@ -14,7 +14,7 @@ Nginx Proxy which uses [getssl](https://github.com/srvrco/getssl) to automate re
1414* [ Environment Variables] ( #environment-variables )
1515* [ Helper Functions] ( #helper-functions )
1616* [ Nginx Configuration Helpers] ( #nginx-configuration-helpers )
17- * [ Authors / Licence / Copyright] ( #authors )
17+ * [ Licence / Copyright] ( #licence )
1818
1919## Ports
2020
@@ -66,15 +66,11 @@ The image contains a handful of useful Nginx configuration 'helper' files, which
6666| ` -secure-headers.conf ` | Standard secure headers - see [ Mozilla SSL Configuration Generator] ( https://ssl-config.mozilla.org/ ) . |
6767| ` -tls1_3-only.conf ` | If you want to be ultra-secure (and not support older browsers), this will disable all TLS protocols except 1.3. |
6868
69- ## Authors
69+ ## Licence
7070
71- * [ Ben Green] ( https://github.com/bencgreen )
72-
73- ## License
74-
75- > [ MIT] ( https://mit.bcgdesign.com/2020 )
71+ > [ MIT] ( https://mit.bfren.uk/2020 )
7672
7773## Copyright
7874
79- > Copyright (c) 2021 Ben Green < https://bcgdesign.com >
75+ > Copyright (c) 2021 bfren.uk
8076> Unless otherwise stated
0 commit comments