[FIX] deploy: typo in example addons path

closes odoo/documentation#3747

Closes: #3675
X-original-commit: 01d9f7cdf1
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
This commit is contained in:
Julien Castiaux 2023-03-06 12:47:28 +00:00
parent 738f3a08f6
commit a6cfd6357c

View File

@ -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 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` Enterprise have been cloned in :file:`/opt/odoo/community` and :file:`/opt/odoo/enterprise`
respectively and the :option:`--addons-path <odoo-bin --addons-path>` is respectively and the :option:`--addons-path <odoo-bin --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 Using the above NGINX (https) configuration, the following location block should be added to
serve static files via NGINX. serve static files via NGINX.