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
|
||||||
HTTP_INTERFACE=0.0.0.0
|
HTTP_INTERFACE=0.0.0.0
|
||||||
HTTP_PORT=8069
|
HTTP_PORT=8069
|
||||||
LONGPOLLING_PORT=8072
|
GEVENT_PORT=8072
|
||||||
|
LONGPOLLING_PORT=0
|
||||||
HTTP_ENABLE=True
|
HTTP_ENABLE=True
|
||||||
PROXY_MODE=True
|
PROXY_MODE=True
|
||||||
X_SENDFILE=False
|
X_SENDFILE=False
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ defaults=(
|
|||||||
|
|
||||||
[HTTP_INTERFACE]=${HTTP_INTERFACE}
|
[HTTP_INTERFACE]=${HTTP_INTERFACE}
|
||||||
[HTTP_PORT]=${HTTP_PORT}
|
[HTTP_PORT]=${HTTP_PORT}
|
||||||
[LONGPOLLING_PORT]=${LONGPOLLING_PORT}
|
[GEVENT_PORT]=${GEVENT_PORT}
|
||||||
[HTTP_ENABLE]=${HTTP_ENABLE}
|
[HTTP_ENABLE]=${HTTP_ENABLE}
|
||||||
[PROXY_MODE]=${PROXY_MODE}
|
[PROXY_MODE]=${PROXY_MODE}
|
||||||
[X_SENDFILE]=${X_SENDFILE}
|
[X_SENDFILE]=${X_SENDFILE}
|
||||||
@@ -161,8 +161,8 @@ http_interface={HTTP_INTERFACE}
|
|||||||
; --http-port | -p | --xmlrpc-port
|
; --http-port | -p | --xmlrpc-port
|
||||||
http_port={HTTP_PORT}
|
http_port={HTTP_PORT}
|
||||||
|
|
||||||
; --longpolling_port
|
; --gevent-port
|
||||||
longpolling_port={LONGPOLLING_PORT}
|
gevent_port={GEVENT_PORT}
|
||||||
|
|
||||||
; --no-http | --no-xmlrpc
|
; --no-http | --no-xmlrpc
|
||||||
http_enable={HTTP_ENABLE}
|
http_enable={HTTP_ENABLE}
|
||||||
@@ -171,7 +171,7 @@ http_enable={HTTP_ENABLE}
|
|||||||
proxy_mode={PROXY_MODE}
|
proxy_mode={PROXY_MODE}
|
||||||
|
|
||||||
; --x-sendfile
|
; --x-sendfile
|
||||||
x_sendfile ={X_SENDFILE}
|
x_sendfile={X_SENDFILE}
|
||||||
|
|
||||||
;---------------;
|
;---------------;
|
||||||
; Testing Group ;
|
; Testing Group ;
|
||||||
|
|||||||
Reference in New Issue
Block a user