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.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Hi,
To use LiteSpeed's QUIC.cloud CDN you need to add a CNAME for the root of the domain to the DNS records.
Something like this:
domain.tld CNAME cXXXX.tier1.quic.cloud
However with Plesk being the master DNS server I get the following error when I try the above:
Error: This record will...
I'm trying to add a directive on the Plesk panel for nginx, but unfortunately I can't find where to add it. I have a cors problem in fonts with CDN.
location ~ \.(ttf|ttc|otf|eot|woff|font.css|css|js|gif|png|jpe?g|svg|svgz|ico|webp)$ {
add_header Access-Control-Allow-Origin...
Hi,
I was using plesk 12.1 and cors headers were working fine on websites as expected. I used the doc https://www.maxcdn.com/one/tutorial/how-to-use-cdn-with-webfonts/ to enable it. Nginx is listening on port 80.
Unfortunately I have updated plesk to 12.5 suddenly cors headers stopped...