[FIX] nginx: force by default no installation of nginx

This commit is contained in:
Mathieu Benoit 2021-09-28 01:23:58 -04:00
parent e919a2725c
commit 2d40e9f6e0
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ cd ERPLibre
### 2. Modify the parameters
Modify the file env_var.sh for production installation. Enable nginx if you need a proxy with `EL_INSTALL_NGINX`.
Modify the file env_var.sh for production installation. Enable nginx if you need a proxy with `EL_INSTALL_NGINX` at True.
Redirect your DNS to the proxy's ip and add your A and AAAA into `WL_WEBSITE_NAME` with space between.
### 3. Execute the scripts:

View file

@ -17,7 +17,7 @@ EL_SUPERADMIN="admin"
EL_CONFIG="${EL_USER}"
EL_MINIMAL_ADDONS="False"
# Set this to True if you want to install Nginx!
EL_INSTALL_NGINX="True"
EL_INSTALL_NGINX="False"
# Set the website name
EL_WEBSITE_NAME="localhost"
EL_GITHUB_TOKEN=""