• 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 TomKeur

  1. T

    Resolved Custom 500 error page

    Thank you for your reply! I fixed it with the following: # Needed since the errors are coming from our backend. proxy_intercept_errors on; # Custom 500 page. error_page 500 /internal_server_error.html; location = /internal_server_error.html { root...
  2. T

    Resolved Custom 500 error page

    Hi UFHH01, Thank you for your reply! I changed the: "/var/www/vhosts/YOUR-DOMAIN.COM/error_docs/internal_server_error.html" page, but I'm still getting the browsers default error page (in Chrome), in Firefox I receive an White screen, when I look at the source it's empty. I removed all the...
  3. T

    Resolved Custom 500 error page

    Hi, I'm tring to add an custom 500 page to subdomain, it seems that this is not working, but I'm not sure if I'm doing something wrong. I'm using the Linux edition running on Ubuntu 16.04. This is what I tried: Enable "Custom error documents" on Hosting settings for the subdomain and main...
Back
Top