From 1ab1e91d65708577d8a358b6f22f1410d7dabcf7 Mon Sep 17 00:00:00 2001 From: libretime-bot Date: Fri, 29 Dec 2023 14:56:00 +0000 Subject: [PATCH] feat(installer)!: remove the `--update-nginx` flag (#2851) ### 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@35d7eace13c2b9667fdb41fec0788118e0c5e63f --- docs/admin-manual/install/install-using-the-installer.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/admin-manual/install/install-using-the-installer.md b/docs/admin-manual/install/install-using-the-installer.md index 781cce3..5c873b2 100644 --- a/docs/admin-manual/install/install-using-the-installer.md +++ b/docs/admin-manual/install/install-using-the-installer.md @@ -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