• 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 Fabio Poloni

  1. Fabio Poloni

    gzip not working in nginx?

    I just stumbled across this post on Google and thought I'd share my solution. Apache apparently uses the MIME-Type "application/javascript" but the suggested gzip.conf only uses "text/javascript". gzip on; gzip_disable "MSIE [1-6]\.(?!.*SV1)"; gzip_proxied any; gzip_types text/plain text/css...
Back
Top