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=""