Overslaan naar inhoud
  • +31 653-919-302
Cafayate.Net
  • 0
  • 0
  • Aanmelden
  • Nederlands English (US) Español (AR)
  • Contact
  • Startpagina
  • Blog
  • Vacatures
  • Contact
Cafayate.Net
  • 0
  • 0
    • Startpagina
    • Blog
    • Vacatures
    • Contact
  • +31 653-919-302
  • Nederlands English (US) Español (AR)
  • Aanmelden
  • Contact

Configure the Odoo container with Nginx container

  • Alle blogs
  • Tech Blog
  • Configure the Odoo container with Nginx container
  • 5 maart 2021 in
    Administrator
    upstream odoo {
      server <host-public-ip>:8069;
    }
    
    server {
       listen 80;
       server_name your.domain.net;
       return 301 https://your.domain.net$request_uri;
    }
    
    server {
        listen              443 ssl;
        server_name         your.domain.net;
    
        access_log /var/log/nginx/your.domain.net.access.log;
        error_log /var/log/nginx/your.domain.net.error.log;
    
        # SSL optimization
        keepalive_timeout   70;
    
        # SSL keys and options
        ssl_certificate     /home/boostthis/ssl.cert;
        ssl_certificate_key /home/boostthis/ssl.key;
        ssl_protocols       SSLv3 TLSv1 TLSv1.1 TLSv1.2;
        ssl_ciphers         HIGH:!aNULL:!MD5;
    
        # odoo server proxying
        location / {
            proxy_pass http://odoo;
    
            # you may define cache rules
            #if ( $uri ~* \.(js|css|png|jpg|jpeg|gif|ico|svg)$ ) {
            #    expires 2w;
            #}
    
            proxy_ignore_headers X-Accel-Redirect;
            proxy_redirect http:// https://;
            include /etc/nginx/proxy_params;
    
        }
    
    }
    
    
    https://bitbucket.org/xcgd/odoo/issues/10/configure-the-odoo-container-with-nginx
    
    
    
    in Tech Blog
    How To Create A .deb Package From Source & Install It Automatically

    Ontworpen voor bedrijven

    We zijn een team van gepassioneerde mensen met als doel levens te verbeteren met vernieuwende producten. We ontwikkelen geweldige oplossingen voor al je zakelijke uitdagingen. Onze producten zijn ontworpen voor kleine tot middelgrote bedrijven die hun prestaties willen optimaliseren.

    Neem contact op

    Plantexel
    Pedernera
    Salta Capital 
    Argentina

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