[FIX] administration/*/deploy: enforce consistent indentation in nginx config.
The indentation of the provided default nginx config wasn't consistent. This commit enforces the indentation of two spaces for the nginx config. Also cleans a bit the .rst useless empty lines.
This commit is contained in:
parent
6594686062
commit
098b5c5485
@ -9,7 +9,6 @@ internet.
|
|||||||
|
|
||||||
.. warning:: If you are setting up a public server, be sure to check our :ref:`security` recommandations!
|
.. warning:: If you are setting up a public server, be sure to check our :ref:`security` recommandations!
|
||||||
|
|
||||||
|
|
||||||
.. _db_filter:
|
.. _db_filter:
|
||||||
|
|
||||||
dbfilter
|
dbfilter
|
||||||
@ -64,6 +63,7 @@ in ``/etc/odoo.conf`` set:
|
|||||||
dbfilter = ^%d$
|
dbfilter = ^%d$
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Setting a proper :option:`--db-filter <odoo-bin --db-filter>` is an important part
|
Setting a proper :option:`--db-filter <odoo-bin --db-filter>` is an important part
|
||||||
of securing your deployment.
|
of securing your deployment.
|
||||||
Once it is correctly working and only matching a single database per hostname, it
|
Once it is correctly working and only matching a single database per hostname, it
|
||||||
@ -72,7 +72,6 @@ in ``/etc/odoo.conf`` set:
|
|||||||
your databases, and to block access to the database management screens.
|
your databases, and to block access to the database management screens.
|
||||||
See also security_.
|
See also security_.
|
||||||
|
|
||||||
|
|
||||||
PostgreSQL
|
PostgreSQL
|
||||||
==========
|
==========
|
||||||
|
|
||||||
@ -196,7 +195,6 @@ be better monitored and resource-restricted.
|
|||||||
|
|
||||||
.. warning:: multiprocessing mode currently isn't available on Windows
|
.. warning:: multiprocessing mode currently isn't available on Windows
|
||||||
|
|
||||||
|
|
||||||
Worker number calculation
|
Worker number calculation
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
@ -229,8 +227,6 @@ like nginx or apache. When doing so, you'll need to forward some more http Heade
|
|||||||
to Odoo, and activate the proxy_mode in Odoo configuration to have Odoo read those
|
to Odoo, and activate the proxy_mode in Odoo configuration to have Odoo read those
|
||||||
headers.
|
headers.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Configuration sample
|
Configuration sample
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
@ -558,9 +554,6 @@ Here is what it could look like for blocking the IP for 15 minutes when
|
|||||||
findtime = 60 ; within 1 min /!\ Should be adjusted with the TZ offset
|
findtime = 60 ; within 1 min /!\ Should be adjusted with the TZ offset
|
||||||
logpath = /var/log/odoo.log ; set the actual odoo log path here
|
logpath = /var/log/odoo.log ; set the actual odoo log path here
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.. _db_manager_security:
|
.. _db_manager_security:
|
||||||
|
|
||||||
Database Manager Security
|
Database Manager Security
|
||||||
@ -623,12 +616,10 @@ Here are the supported browsers:
|
|||||||
.. warning:: Please make sure your browser is up-to-date and still supported by
|
.. warning:: Please make sure your browser is up-to-date and still supported by
|
||||||
its publisher before filing a bug report.
|
its publisher before filing a bug report.
|
||||||
|
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Since Odoo 13.0, ES6 is supported. Therefore, IE support is dropped.
|
Since Odoo 13.0, ES6 is supported. Therefore, IE support is dropped.
|
||||||
|
|
||||||
|
|
||||||
.. [#different-machines]
|
.. [#different-machines]
|
||||||
to have multiple Odoo installations use the same PostgreSQL database,
|
to have multiple Odoo installations use the same PostgreSQL database,
|
||||||
or to provide more computing resources to both software.
|
or to provide more computing resources to both software.
|
||||||
|
Loading…
Reference in New Issue
Block a user