Skip to content

babarlhr/docker-odoo-nginx

This branch is 41 commits behind camptocamp/docker-odoo-nginx:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fa993ae · Feb 3, 2020

History

46 Commits
Jan 27, 2020
Feb 3, 2020
Apr 17, 2019
Feb 10, 2016

Repository files navigation

docker-odoo-nginx

An image that includes a configuration file set up to run with Odoo.

The configuration file should work from Odoo 8.0 to 12.0 and up.

Configuration

Odoo host name

By default, nginx is configured to proxy pass on the host named "odoo". This can be changed with the environment variable NGX_ODOO_HOST.

HTTP accesses

Custom access allow/deny can be configured using the environment variable NGX_HTTP_ACCESS with using a multiline content such as:

deny 192.168.1.1;
allow 192.168.1.0/24;
deny all;

About

Configure nginx for Odoo projects

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 77.5%
  • Shell 22.5%