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.
Hi. Is it possible to enable websockets for node.js apps? I have nodebb and it requires websockets to work.
One of their devs asked me if websockets work but I have no idea if it does?
Firefox kann keine Verbindung zu dem Server unter wss://forum.nextgamers.eu/socket.io/?EIO=3&transport=websocket&sid=TheSessIoNID aufbauen.
Which means firefox cant establish a connection to server at wss://...
Node.js is supported by Plesk. All NPM requirements for nodebb (including websocket) were installed. All that you need is using some kind of instruction how to configure websocket properly for nodebb.
Well does anyone know, where the passenger log file is? is it /var/log/apache2/error.log .. just for my information. because it seems to not even listen on that port 4567 cant telnet there. they also say i should start it usin nodebb start but im just using app.js ... is that correct? i dont know what i should do.
Maybe it's time to start using nginx if you want to use websockets. It's possible to setup it on Apache, but there are some drawbacks of such approach.
As for log file. Most probably Passenger tries to store the records at /var/log/apache2/error.log
As for port for Node.js app. In case of Passenger it doesn't make sense. It completely virtual (you declare any port in your app), because Passenger acts as app server, catches the requests and serves the app.