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...