• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

odoo

  1. T

    Question Plesk Odoo Nginx Reverse Proxy

    In general Nginx configuration I use this configuration for Nginx reverse proxy to Odoo: upstream odoo12a { server 127.0.0.1:8012; } upstream odoo12a-im { server 127.0.0.1:8072; } server { listen 80; server_name www.domain.com; rewrite ^(.*) https://$host$1 permanent; }...
  2. I

    Question Odoo 16 on Plesk with Dockers

    I am trying to run odoo under dockers, when I run the magnet I stay here and without touching anything I run. I don't know if I have to add information to: volume allocation, If I leave it blank, it will fill it in later. but it appears to me that this address is not mounted, and...
  3. G

    Issue plesk: odoo main settings not working after Renewed Let's Encrypt

    I am new here. I just renewed the Lets'Encrypt suddenly my odoo page stops loading anything. Such as below: I have no idea what happend. But when i place the code in directives in ngnix from Apache & nginx Settings such as: location ~ ^/.* { proxy_redirect off; proxy_set_header Host...
  4. Christoph Farnleitner

    Issue Plesk Firewall seems to prevent connection to remotely hosted database

    Hey Plesk 17.5.3#55 (multi server setup, hence not upgradable) I'm (unfortunately) running an odoo server within a docker. The database for this odoo inst is located on a remote host. The setup uses default ports (odoo: 8069, 8071 and 8072; redis: 6379, running in a docker as well on the same...
  5. V

    Question Odoo Plesk Reverse Proxy

    I am trying to create a reverse proxy for nginx, however I can not get it to work. Here is my config that works on ubuntu 16.04 with NGINX only upstream odooweb { server 0.0.0.0:8069 weight=1 fail_timeout=300s; } upstream odooweb-im { server 0.0.0.0:8072 weight=1...
Back
Top