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 all,
installed Laravel Websocket on subdomain and it works fine over ws://
Now i'm looking for use NGINX to manage WSS:// requests to WS://
For example wss://subdomain.domain.ext:6001/app/key1
This NGINX addictional directives not work:
location /app {
proxy_pass...
I am newbie to Websocket i found this project on github, and i want to integrate this project to my old PHP project in plesk vps
client.js :
connection.onopen = function () {
console.log("Connected to the server");
}
I'm trying to run a Sails.js application on my Plesk Obsidian server (running on Debian 10). The Sails.js app itself is running and available, but I struggle configuring the Socket.io route. I disabled proxy mode and tried to add the Upgrade headers as described here: Using NGINX as a WebSocket...
I have a Docker version of Onlyoffice installed.
sudo docker run -i -t -d -p 380:80 -p 4443:443 --restart=always \
-v /app/onlyoffice/DocumentServer/logs:/var/log/onlyoffice \
-v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data \
-v...
I'm having troubles connecting to a WebSocket server via WebSocket Secure connection (wss://) from the browser. Standard connections (ws://) work fine.
To solve this problem in the ispmanager, I used the following code in the site config file and the problem was resolved:
ProxyPass /echobot...
Dear all,
Can anyone tell me how I should to set up a secure websocket server with Plesk?
At this point I have set up the Plesk firewall so that traffic from/to port 8080 is allowed and I have a websocket server (Ratchet - a PHP implementation) running perfectly (but only for non-secure (ws)...