Update README.md

This commit is contained in:
umevoshi 2018-11-12 14:04:28 +09:00 committed by GitHub
parent 7b8c1a6a81
commit 9fb8d6b9bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,6 +138,12 @@ than a socket and expose that port.
If you use fastcgi,you can set `VIRTUAL_ROOT=xxx` for your root directory
### GRPC Backends
If you would like to connect to GRPC backend, set `VIRTUAL_PROTO=grpc` on the
backend container. Your backend container should then listen on a port rather
than a socket and expose that port.
### Default Host
To set the default host for nginx use the env var `DEFAULT_HOST=foo.bar.com` for example