X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=gunicorn.conf.py;h=0f1d93a8638532beb0b13b858c91c643664451e4;hb=11dd44ec360d4130c824bda10bd2bee1f8a31a2c;hp=e7c2d6ed5661a99e00561267425a84679501d596;hpb=4f64a7b09d4a7362f05d0e647fa0d795bf5dc3c4;p=odoo%2Fodoo.git diff --git a/gunicorn.conf.py b/gunicorn.conf.py index e7c2d6e..0f1d93a 100644 --- a/gunicorn.conf.py +++ b/gunicorn.conf.py @@ -1,12 +1,14 @@ # Gunicorn sample configuration file. # See http://gunicorn.org/configure.html for more details. # -# To run OpenERP via Gunicorn, change the appropriate +# To run the OpenERP server via Gunicorn, change the appropriate # settings below, in order to provide the parameters that # would normally be passed in the command-line, # (at least `bind` and `conf['addons_path']`), then execute: # $ gunicorn openerp:wsgi.core.application -c gunicorn.conf.py -# or +# or if you want to run it behind a reverse proxy, add the line +# import openerp.wsgi.proxied +# in this file and execute: # $ gunicorn openerp:wsgi.proxied.application -c gunicorn.conf.py import openerp