Skip to Content
  • +31 653-919-302
Cafayate.Net
  • 0
  • 0
  • Sign in
  • Nederlands English (US) Español (AR)
  • Contact Us
  • Home
  • Blog
  • Jobs
  • Contact us
Cafayate.Net
  • 0
  • 0
    • Home
    • Blog
    • Jobs
    • Contact us
  • +31 653-919-302
  • Nederlands English (US) Español (AR)
  • Sign in
  • Contact Us

Odoo Nginx webserver

  • All Blogs
  • Tech Blog
  • Odoo Nginx webserver
  • March 5, 2021 by
    Administrator

    All requests to domains you are use must be redirected to localhost:8069 with preserving value for header HOST. Check possible configurations below.

    Nginx

    server {
    listen 80 default_server;

    proxy_set_header Host $host;

    proxy_set_header X-Real-IP $remote_addr;

    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

    proxy_set_header X-Forwarded-Proto $scheme;

    location /longpolling {
    proxy_pass http://127.0.0.1:8072;
    }

    location / {
    proxy_pass http://127.0.0.1:8069;
    }

    }
    Status API Training Shop Blog About Pricing

    in Tech Blog
    Getting Started With Puppet Code: Manifests and Modules

    Designed for companies

    We are a team of passionate people whose goal is to improve everyone's life through disruptive products. We build great products to solve your business problems. Our products are designed for small to medium size companies willing to optimize their performance.

    Get in touch

    Plantexel
    Pedernera
    Salta Capital 
    Argenina

    • +31 653-919-302
    • [email protected]
    Follow us
    Copyright © Plantexel
    Nederlands | English (US) | Español (AR)