• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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