client: Some minor fixups to base URL feature

* Cleanup cookie storage path
* Cleanup Data URL
This commit is contained in:
Shyam Sunder
2018-08-17 23:09:13 -04:00
committed by Marcin Kurczewski
parent 565027269c
commit cbf67587e2
3 changed files with 17 additions and 6 deletions

View File

@ -80,9 +80,8 @@ and Docker Compose (version 1.6.0 or greater) already installed.
Some users may wish to access the service at a different base URI, such
as `http://example.com/szuru/`, commonly when sharing multiple HTTP
services on one domain using a reverse proxy. In this case, simply set
`BASE_URL="/szuru/"` in the frontend container, and
`DATA_URL="/szuru/data/"` in the backend container (unless you are hosting
your data on a different domain).
`BASE_URL="/szuru/"` in the frontend container (unless you are hosting your
data on a different domain).
You should set your reverse proxy to proxy `http(s)://example.com/szuru` to
`http://<internal IP or hostname of frontend container>/`. For an NGINX