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 found the issue. I accidently added an additional fastcgi_buffers config for nginx:
fastcgi_buffers 16 16k;
fastcgi_buffers 32 32k;
which should be of course
# fastcgi_buffers 16 16k;
fastcgi_buffers 32 32k;
I tried to restart "sw-cp-server.service" by "sudo service sw-cp-server restart", but it failed. Probably this is the reason. Weirdly, I couldnt find any sw-cp service running at all, but plesk admin web ui is reachable...
These are my checks:
# ps ax | grep sw-cp | grep -v grep
#...
I found weirdly under
/etc/sw-cp-server/conf.d/plesk.conf
the server configuration snippet for port 8443 and it links to a certificate to be found at
/opt/psa/admin/conf/httpsd.pem
and this certificate is issued for the correct MYDOMAIN.net, but it seems not to be used.
Thanks, I tried this (# plesk repair web-server), but didnt work. The config check didnt find any error and issue stays.
Just for clarity:
- Domain and subdomains under MYDOMAIN.net have been secured with a wildcard Let's encrypt certificates, including mail securing using "Websites & Domains...
Dear all,
I run Plesk on a single webserver with one domain and multiple subdomains. I secured all domains with Let's Encrpyt SSL certificates and all works fine. Also mail uses a new SSL certificate.
I made sure that I go to "tools & settings" - "SSL/TSL Certificates", i issued a new...