Skip to content

Commit cbe5387

Browse files
authored
[IMP] odoo_install: add info about nginx/workers
1 parent e2693d5 commit cbe5387

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This script is based on the install script from André Schenkels (https://github
44
but goes a bit further and has been improved. This script will also give you the ability to define an xmlrpc_port in the .conf file that is generated under /etc/
55
This script can be safely used in a multi-odoo code base server because the default Odoo port is changed BEFORE the Odoo is started.
66

7+
## Installing Nginx
8+
If you set the parameter ```INSTALL_NGINX``` to ```True``` you should also configure workers. Without workers you will probably get connection loss issues. Look at [the deployment guide from Odoo](https://www.odoo.com/documentation/13.0/setup/deploy.html) on how to configure workers.
9+
710
## Installation procedure
811

912
##### 1. Download the script:

0 commit comments

Comments
 (0)