Skip to content

Commit

Permalink
improve text
Browse files Browse the repository at this point in the history
  • Loading branch information
anselvo committed Sep 20, 2024
1 parent 8c983c7 commit ca2d827
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ will be added for such things like ldap / sso). Usually you don't want to use au
with Ivory locally, but it is recommended to use it if you use it in some VMs.

### How to run Ivory under a sub path?
Ivory provides special environment variable `IVORY_URL_PATH` for it. The slash at the beginning is required `/ivory`.
It can be useful when you want to run Ivory behind reverse proxy under a sub path.
Example: `docker run -p 80:80 -e IVORY_URL_PATH=/ivory --restart always ghcr.io/veegres/ivory`
Ivory offers a special environment variable, `IVORY_URL_PATH`, designed for use when running the service behind
a reverse proxy under a sub-path. It’s important to note that the path must start with a leading slash, such
as `/ivory`. Example: `docker run -p 80:80 -e IVORY_URL_PATH=/ivory --restart always ghcr.io/veegres/ivory`

## Contribution

Expand Down

0 comments on commit ca2d827

Please sign in to comment.