mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
updated odoo conf
This commit is contained in:
@@ -68,7 +68,8 @@ DATA_DIR=/var/lib/odoo
|
||||
# HTTP
|
||||
HTTP_INTERFACE=0.0.0.0
|
||||
HTTP_PORT=8069
|
||||
LONGPOLLING_PORT=8072
|
||||
GEVENT_PORT=8072
|
||||
LONGPOLLING_PORT=0
|
||||
HTTP_ENABLE=True
|
||||
PROXY_MODE=True
|
||||
X_SENDFILE=False
|
||||
|
||||
@@ -33,7 +33,7 @@ defaults=(
|
||||
|
||||
[HTTP_INTERFACE]=${HTTP_INTERFACE}
|
||||
[HTTP_PORT]=${HTTP_PORT}
|
||||
[LONGPOLLING_PORT]=${LONGPOLLING_PORT}
|
||||
[GEVENT_PORT]=${GEVENT_PORT}
|
||||
[HTTP_ENABLE]=${HTTP_ENABLE}
|
||||
[PROXY_MODE]=${PROXY_MODE}
|
||||
[X_SENDFILE]=${X_SENDFILE}
|
||||
@@ -161,8 +161,8 @@ http_interface={HTTP_INTERFACE}
|
||||
; --http-port | -p | --xmlrpc-port
|
||||
http_port={HTTP_PORT}
|
||||
|
||||
; --longpolling_port
|
||||
longpolling_port={LONGPOLLING_PORT}
|
||||
; --gevent-port
|
||||
gevent_port={GEVENT_PORT}
|
||||
|
||||
; --no-http | --no-xmlrpc
|
||||
http_enable={HTTP_ENABLE}
|
||||
|
||||
Reference in New Issue
Block a user