From 2d40e9f6e0afb8116d6a30e43d45d99d29fdb925 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Tue, 28 Sep 2021 01:23:58 -0400 Subject: [PATCH] [FIX] nginx: force by default no installation of nginx --- doc/PRODUCTION.md | 2 +- env_var.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/PRODUCTION.md b/doc/PRODUCTION.md index 7c9b85d..a50dafe 100644 --- a/doc/PRODUCTION.md +++ b/doc/PRODUCTION.md @@ -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: diff --git a/env_var.sh b/env_var.sh index 9e46884..768a08a 100755 --- a/env_var.sh +++ b/env_var.sh @@ -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=""