1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2024-11-22 11:56:31 +00:00

Merge pull request #790 from versada/fix-typo

DOC: fixed typo
This commit is contained in:
Jason Wilder 2017-04-11 10:48:12 -06:00 committed by GitHub
commit b6a445b1a9

View File

@ -103,7 +103,7 @@ If you would like the reverse proxy to connect to your backend using HTTPS inste
### uWSGI Backends ### uWSGI Backends
If you would like to connect to uWSGI backend, set `VIRTUAL_PROTO=uwsgi` on the If you would like to connect to uWSGI backend, set `VIRTUAL_PROTO=uwsgi` on the
backend container. Your backend container should than listen on a port rather backend container. Your backend container should then listen on a port rather
than a socket and expose that port. than a socket and expose that port.
### Default Host ### Default Host