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 am using beyondcode/laravel-websockets and pusher/pusher-php-server to serve web socket with Laravel.
Additional nginx directives
location /app/ {
proxy_pass http://127.0.0.1:6001;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection...
My site is hosted in AWS ec2, after a certain amount of time, the site traffic growing up, so I decided to add one more ec2 and site behind a load-balancer to distribute network or application traffic.
I create an image from the original ec2 and create the second ec2 instance, it is working...
I am hosting Plesk in aws ec2, recently added some security group inbound rules, and let's encrypt seems cannot renew. As it is an internal site, so 80/443 port is not accessible to the public. May I know what should I do to renew the Let's Encrypt cert? What IP/ port should I configure in...
Turns out the issue is caused by McAfee antivirus software which running on my server.
Problem sloved after disable IDS_AP_RULE_PREVENT_MODIFICATION_PASSWORDFILES_LINUX. [disabling the default Access Protection rules]
Yes, I checked this article, but there is a bit different.
He successfully create domain & user before, the error happens when he changes the password.
In my case, I am creating domain, the user does not yet exist (I guess), so cannot reset the password for a non-exist user.
Am I...