Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
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.
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...
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...
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...
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...
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 ~*...