mirror of
https://github.com/ej52/proxmox-scripts.git
synced 2025-11-23 17:30:27 +01:00
chore: remove nginx if installed
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user