Skip to content

Commit

Permalink
add configuration details
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Jan 14, 2024
1 parent 910d2c7 commit 0f650f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Some advanced options cannot be configured through the `.env` file. If you reall
### General

Configure your web server to make the `public` directory accessible via a URL. This could be the root of your web server (short and convenient) or, if you prefer, a subpath such as `photos`. The `index.php` in this directory serves as the interface for all HTTP requests to Lychee's API.
The configuration option `APP_URL` of Lychee must be set accordingly (see above).
The configuration option `APP_URL` of Lychee must be set accordingly (see [configuration](configuration.html#base-options)).

> {note} Do not expose the top level directory of Lychee with your web server! This would allow public access to internal files like the application code and the `.env` file which contains sensitive information like the database credentials!
Expand Down

0 comments on commit 0f650f1

Please sign in to comment.