From a6cfd6357c6b543ab57dbc4c3bb9e33f6edd46b9 Mon Sep 17 00:00:00 2001 From: Julien Castiaux Date: Mon, 6 Mar 2023 12:47:28 +0000 Subject: [PATCH] [FIX] deploy: typo in example addons path closes odoo/documentation#3747 Closes: #3675 X-original-commit: 01d9f7cdf1b8649644c0cc702d4eae5adc56eca1 Signed-off-by: Castillo Jonathan (jcs) --- content/administration/install/deploy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.