Update INSTALL.md

This commit is contained in:
Alec Armbruster 2019-03-08 13:53:20 -08:00 committed by GitHub
parent 0ebd92e49e
commit 6644e7f7d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ and Docker Compose (version 1.6.0 or greater) already installed.
`http://<internal IP or hostname of frontend container>/`. For an NGINX
reverse proxy, that will appear as:
```
```nginx
location /szuru {
proxy_http_version 1.1;
proxy_pass http://<internal IP or hostname of frontend container>/;