chore: remove nginx if installed

This commit is contained in:
Elton Renda
2023-12-05 13:53:33 +02:00
parent 39b29f738b
commit e9c8890c10
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
# Nginx Proxy Manager install script
***Note:*** _As [Nginx Proxy Manager](https://nginxproxymanager.com/) uses openresty, nginx will be removed from the OS as it will conflict with openresty_
## Usage
To create a Proxmox container please follow the main [README](https://github.com/ej52/proxmox-scripts)

View File

@@ -50,7 +50,7 @@ step_start "Operating System" "Updating" "Updated"
step_start "Dependencies" "Installing" "Installed"
# Remove potential conflicting depenedencies
pkg_del nodejs npm yarn *certbot rust* cargo*
pkg_del nginx nodejs npm yarn *certbot rust* cargo*
# Install required depenedencies
pkg_add ca-certificates gnupg openssl apache2-utils logrotate $EPS_DEPENDENCIES