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

  1. J

    XenForo nginx friendly url's

    The nginx.conf file? It only contains this: The nginx_ip_default.conf has some contents, but also tells me not to edit.
  2. J

    XenForo nginx friendly url's

    Hey all. I'm trying to use nginx php-fpm on my forum, and to set friendly url's, I am told to add this to nginx config: location / { try_files $uri $uri/ /index.php?$uri&$args; index index.php index.html; } location /internal_data/ { internal; } location /library/ {...
Back
Top