Question
Which server distribution does fit the best?
Hi there!
I’ve set up a Droplet with Node and Vue running on it. In front there is a reverse proxy (nginx). It works fine so far. Now, I want to set up my database with MongoDB and my Redis that stores invalid tokens and remembers consecutive failed login attempts.
I wonder whether it’s smart to put MongoDB and Redis on the same Droplet and put a reverse proxy in front of them as well? The expected traffic is not tremendous.
Thanks!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×