• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Question PHP websockets, how to?

Tigzy

Basic Pleskian
Hello,
I'm trying to deploy a PHP websocket application (w/ Ratchet).

It's pretty straightforward on a local env, I just run "php myserver.php" and then I browse to "whateverpage.php" and it works on port 8080 (configurable)

I wonder what's the preferred way to achieve this on Plesk, knowing that I'm using nginx:
- How do I run myserver.php?
- How do I configure nginx to let pass JS WebSocket queries (ws://myhost:8080) on a specific subdomain only?
 
Back
Top