• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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