• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by Vincenzo Sorrentino

  1. V

    Question Odoo Plesk Reverse Proxy

    I am trying to set up the reverse proxy config for an erp software called Odoo. Since I am using Plesk I can not configure the proxy in the normal way of Ubuntu /ect/nginx/sites_enabled/...etc seems like the configuration needs to be put directly in the plesk.
  2. 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