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.
The SSL redirect should be disabled by default, unless you have a service plan that has enabled the redirect.
So the cleanest solution would be to update your service plan and uncheck the box "Permanent SEO-safe 301 redirect from HTTP to HTTPS" (in "Hosting Settings") and then sync all your domains with the plan.
Another solution would be to modifiy each website using the CLI tools, but I highly recommend NOT to do it this way:
Code:
# plesk bin site -l | while read i ; do plesk bin site -u $i -ssl-redirect false ; done
hmm, the users are migrated from cpanel and i think the plesk migration tool is enabling the feature without asking. Because cpanel dont have the feature to force redirect to https..
I think, the cli solution is the only possible one for me.
Thanks.