• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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