mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
doc: simplified how to use the base URL feature
This commit is contained in:
@ -81,10 +81,10 @@ 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 (unless you are hosting your
|
||||
data on a different domain).
|
||||
`BASE_URL="/szuru/"` in your `.env` file.
|
||||
|
||||
You should set your reverse proxy to proxy `http(s)://example.com/szuru` to
|
||||
Note that this will require a reverse proxy to function. 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
|
||||
reverse proxy, that will appear as:
|
||||
|
||||
|
Reference in New Issue
Block a user