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.
Hello
I installed MongoDB with Docker on my Plesk server. It allows remote connections by default, and I would like to change that.
Usually I disable remote access by setting bind_ip to 127.0.0.1 in the mongodb.conf file, but I can't find any / don't know how to use configuration file with...
Hello!
I'm having trouble trying to enable CORS on my PHP API.
If I put header('Access-Control-Allow-Origin: *'); in my PHP code, it has no effect.
But if I put Header set Access-Control-Allow-Origin * in the Plesk Apache configuration, then it works.
How can I let PHP manage the CORS...
Hello,
I'm trying to setup a NodeJs application on my Plesk server.
I have an error while trying to run the script through the NodeJs extension:
Error: EACCES: permission denied, open '/usr/local/psa/var/modules/letsencrypt/etc/live/[MyDomain]/privkey.pem'
I understand that the user running...