diff --git a/content/administration/install/deploy.rst b/content/administration/install/deploy.rst index 629657f2e..613354d51 100644 --- a/content/administration/install/deploy.rst +++ b/content/administration/install/deploy.rst @@ -442,7 +442,7 @@ by intercepting all requests to :samp:`/{MODULE}/static/{FILE}`, and looking up Say Odoo has been installed via the **source**. The two git repositories for Community and Enterprise have been cloned in :file:`/opt/odoo/community` and :file:`/opt/odoo/enterprise` respectively and the :option:`--addons-path ` is - ``'/opt/odoo/community/odoo/addons,/opt/community/addons,/opt/odoo/enterprise'``. + ``'/opt/odoo/community/odoo/addons,/opt/odoo/community/addons,/opt/odoo/enterprise'``. Using the above NGINX (https) configuration, the following location block should be added to serve static files via NGINX.