Skip to content

Commit

Permalink
feat(installer)!: remove the --update-nginx flag (#2851)
Browse files Browse the repository at this point in the history
### Description

Related to #2543

BREAKING CHANGE: The `--update-nginx` flag was removed from the
installer. The nginx configuration deployed by the installer will now
always be overwritten. Make sure to move your customizations to a
reverse proxy configuration.
libretime/libretime@35d7eac
  • Loading branch information
libretime-bot committed Dec 29, 2023
1 parent 1382fa1 commit 1ab1e91
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/admin-manual/install/install-using-the-installer.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,6 @@ When upgrading be sure to run the installer using the same arguments you used du

:::

:::warning

To update the LibreTime nginx configuration file, for example to change the `--listen-port`, make sure to add the `--update-nginx` flag to allow overwriting the existing configuration file.

:::

If you need to change some configuration, the install script can be configured using flags or environment variables. Changing the listening port of LibreTime or whether you want to install some dependency by yourself, you could run the following:

```bash
Expand Down

0 comments on commit 1ab1e91

Please sign in to comment.