Update INSTALL.md
This commit is contained in:
parent
3d051e81d5
commit
eb02e2dea6
1 changed files with 10 additions and 9 deletions
|
@ -87,7 +87,8 @@ and Docker Compose (version 1.6.0 or greater) already installed.
|
||||||
`http://<internal IP or hostname of frontend container>/`. For an NGINX
|
`http://<internal IP or hostname of frontend container>/`. For an NGINX
|
||||||
reverse proxy, that will appear as:
|
reverse proxy, that will appear as:
|
||||||
|
|
||||||
```nginx
|
```
|
||||||
|
nginx
|
||||||
location /szuru {
|
location /szuru {
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_pass http://<internal IP or hostname of frontend container>/;
|
proxy_pass http://<internal IP or hostname of frontend container>/;
|
||||||
|
|
Reference in a new issue