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.
Thanks! I've added http2 to the listen 8443 line in /etc/sw-cp-server/conf.d/plesk.conf "listen 8443 ssl http2;"
Also I added the same ssl ciphers as in my default nginx config:
/etc/sw-cp-server/conf.d/plesk.conf
server_names_hash_bucket_size 64;
server {
listen 8443 ssl...
Hi There,
A little issue. I want my Plesk Control Panel also to use http2. But this is not the case.
Weird thing is that sites I host do use http2 only the control panel doesn't.
I would normally access the control panel through: https://mydomain.com:8443
I also modified...