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

  1. MichaelG

    Resolved Could not renew Let's Encrypt certificate on domain

    I have fixed the problem. Thank you for the replies. I disabled ipv6 using what UFHH01 said. AND... by the setting: "Select the domain aliases to secure" to "none selected" It seems the domain alias was also causing the problems.
  2. MichaelG

    Resolved Could not renew Let's Encrypt certificate on domain

    I haven't changed to another subscription. Other domain names works perfectly. I double checked all the webhost settings but still doesn't work..
  3. MichaelG

    Resolved Could not renew Let's Encrypt certificate on domain

    Hi all, I tried to renew the let's encrypt certificate but it outputs an error Additional error details: Invalid response from https://acme-v01.api.letsencrypt.org/acme/authz/Zs4ve5PZXYOdsiuAkE-5Ob_F94KM_62Czh1CeM-qrN8. Details: Type: urn:acme:error:connection Status: 400 Detail: Fetching...
  4. MichaelG

    Resolved Wordpress WPML different domain

    Ah that explains it! I will setup WPML in a different way then. Thanks!
  5. MichaelG

    Resolved Wordpress WPML different domain

    Hi All, I've been trying to follow this tutorial (How to use WPML with different domains per language - WPML) but I can't seem to fix it at: "Setting up your HTTP server" I need to add this to nginx config: server { server_name example.com example.de; ... How should I do this? server...
  6. MichaelG

    Resolved nginx + wordpress additional directives help

    Hi UFHH01, Thanks for the quick reply! I will contact them :)
  7. MichaelG

    Resolved nginx + wordpress additional directives help

    Hi all, I'm running a e-commerce site using Woocommerce (3.0) and Wordpress (4.8) I've recently bought WP-Rocket to speed up the site. But since I use nginx to run my wordpress sites I need to add additional nginx directives to make it work properly. Here is de config I added...
  8. MichaelG

    Resolved NGINX enable browser cache expiration

    Thank you so much! This helped.
  9. MichaelG

    Resolved NGINX enable browser cache expiration

    Hi urki, Thanks for replying. I tried the steps but still no luck. Maybe it's conflicting wp-supercache? This is the total code I got for that domain: ### WP Super Cache Below ### set $cache_uri $request_uri; # POST requests and urls with a query string should always go to PHP if...
  10. MichaelG

    Resolved NGINX enable browser cache expiration

    Hey I checked my webpage on tools.pingdom.com and it says that the browser cache expiration is not set. I've looked at different articles but can't seem to fix it. This is what I did. I've added in plesk additional nginx directives: # and Cache Control location ~*...
Back
Top