Skip to content

Instantly share code, notes, and snippets.

View sotolucas's full-sized avatar
🦖

Lucas Leonardo Soto sotolucas

🦖
View GitHub Profile
@sotolucas
sotolucas / nginx-odoo.conf
Last active April 6, 2022 17:16
NGINX Odoo server example
# Odoo server.
upstream odoo {
server 127.0.0.1:8069;
}
# Longpolling.
upstream longpolling {
server 127.0.0.1:8072;
}
@sotolucas
sotolucas / odoo.conf
Last active May 30, 2023 01:42 — forked from Guidoom/gist:d5db0a76ce669b139271a528a8a2a27f
Sample odoo.conf file
[options]
#
# WARNING:
# If you use the Odoo Database utility to change the master password be aware
# that the formatting of this file WILL be LOST! A copy of this file named
# /etc/odoo/openerp-server.conf.template has been made in case this happens
# Note that the copy does not have any first boot changes
#-----------------------------------------------------------------------------
# Odoo Server Config File - TurnKey Linux