Compare commits

...

1 Commits

Author SHA1 Message Date
Julien Castiaux
fa95619556 [FIX] deploy: typo in example addons path
Closes: #3675
X-original-commit: 01d9f7cdf1
2023-03-06 19:09:19 +01:00

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
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
``'/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.