https://github.com/ukhomeoffice/docker-nginx-proxy-govuk
A GovUK-styled WAF proxy layer
https://github.com/ukhomeoffice/docker-nginx-proxy-govuk
govuk nginx proxy reverse
Last synced: about 1 year ago
JSON representation
A GovUK-styled WAF proxy layer
- Host: GitHub
- URL: https://github.com/ukhomeoffice/docker-nginx-proxy-govuk
- Owner: UKHomeOffice
- License: mit
- Created: 2016-09-21T19:53:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-10-26T14:16:53.000Z (over 4 years ago)
- Last Synced: 2024-12-25T13:40:16.122Z (over 1 year ago)
- Topics: govuk, nginx, proxy, reverse
- Language: CSS
- Size: 332 KB
- Stars: 0
- Watchers: 213
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GovUK-branded NGINX reverse proxy
[](https://quay.io/repository/ukhomeofficedigital/nginx-proxy-govuk)
Simply a version of [docker-nginx-proxy] with GovUK-branded error
pages. - Please read [the documentation for that image].
## Debugging
To have the template render with more debugging information set `VERBOSE_ERROR_PAGES` to `TRUE`.
In the terminal
```
docker run -e "VERBOSE_ERROR_PAGES=TRUE" -p "10443:10443" nginx-proxy-govuk
```
## Additional error codes
By default, [docker-nginx-proxy] only intercepts a subset of HTTP error codes.
You can override the behaviour with `ERROR_REDIRECT_CODES`.
## Find Us
* [GitHub]
* [Quay.io]
## Versioning
This image will be versioned alongside the version of
[docker-nginx-proxy] it consumes, with a minor build number taggen on
the end. For the versions available, see the [tags on this repository].
## Authors
* **Daniel A.C. Martin** - *Initial work* - [daniel-ac-martin]
See also the list of [contributors] who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md]
file for details.
[contributors]: https://github.com/UKHomeOffice/docker-nginx-proxy-govuk/graphs/contributors
[daniel-ac-martin]: https://github.com/daniel-ac-martin
[docker-nginx-proxy]: https://github.com/UKHomeOffice/docker-nginx-proxy
[GitHub]: https://github.com/UKHomeOffice/docker-nginx-proxy-govuk
[LICENSE.md]: LICENSE.md
[Quay.io]: https://quay.io/repository/ukhomeofficedigital/nginx-proxy-govuk
[tags on this repository]: https://github.com/UKHomeOffice/docker-nginx-proxy-govuk/tags
[the documentation for that image]: https://github.com/UKHomeOffice/docker-nginx-proxy/blob/master/README.md