[FIX] nginx: force by default no installation of nginx
This commit is contained in:
parent
e919a2725c
commit
2d40e9f6e0
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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=""
|
||||
|
|
|
|||
Loading…
Reference in a new issue