Skip to content

ReactPHP without Nginx? #470

Answered by SimonFrings
michaelphipps asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @michaelphipps, I think in this case I would recommend using something like nginx for this. It is possible using the ReactPHP server, but you should be careful what requests to accept . You have to set up the whole security/encryption part for this server by yourself, which is not an easy task to do and could lead to security issues for your microservices. I guess you could run this behind a reverse proxy, but I personally would go with the easy option here.

Nginx for example does all this already, that's why I'm recommending it. 👍

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@clue
Comment options

clue Sep 14, 2022
Maintainer

@SimonFrings
Comment options

@michaelphipps
Comment options

@clue
Comment options

clue Oct 27, 2022
Maintainer

@arunnabraham
Comment options

Answer selected by michaelphipps
Comment options

You must be logged in to vote
1 reply
@SimonFrings
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants