Daily updates from Odoo
Wednesday, January 23, 2019
1 change · master
New functionality added to Odoo
This change adds a command-line option that can generate default Odoo, nginx, and log rotation configuration files based on the server environment. It helps administrators start with safer, more complete production settings such as workers, proxy mode, and SSL instead of searching for examples manually.
Original PR description
Description of the issue/feature this PR addresses: [IMP] New command line option to generate default nginx and odoo config file Using workers, proxy_mode and ssl by default Current behavior before PR: Starting point for configuration is google Desired behavior after PR is merged: A command line to generate a generic config file, based on current hardware ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @KangOl