Skip to content

Commit 76065f5

Browse files
committed
Add a bit of details to the README intro
1 parent 8f5ebb5 commit 76065f5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# nginx-proxy
22

3-
A reverse proxy container with safe defaults for production environments.
3+
A reverse proxy container with safe defaults for production environments. Its
4+
primary goal is to run as a sidecar alongside an application container in
5+
environments such as AWS ECS.
6+
7+
## Features
8+
9+
- Structured logs with a lot more data than the standard nginx access format.
10+
- [uWSGI][] support
11+
- Support for hosting static assets mounted from another container
412

513
## Use
614

@@ -70,3 +78,4 @@ Notable differences from the official [nginx container][]
7078

7179
[nginx container]: https://hub.docker.com/_/nginx
7280
[gomplate]: https://docs.gomplate.ca/
81+
[uwsgi]: https://uwsgi-docs.readthedocs.io/en/latest/

0 commit comments

Comments
 (0)