up up up up
Solved can nodebb be installed on Apache 2 server?
-
I have a Ubunto 20.04 server running Apache 2 and Plesk Obsidian. Can I install NodeBB on it? Ngnix is also installed and I noticed I can change individual domain PHP settings to use either Apache or Ngnix. Would this work? Thanks!
-
@zoldos Exactly.
-
@zoldos Plesk Obsidian uses Apache as the front end, and NGINX as the backend in the sense that NGINX acts as a reverse proxy. It's possible to run Plesk in NGINX only (something I used to do) so this should work.
I believe that nodeJS is also fully supported on Plesk.
-
@phenomlab I have 2 other sites running Apache 2 (via FPM). Will these still work if I switch to NGNIX only?
-
@zoldos My suggestion here would be to handle this at the domain level to ensure those sites that rely on Apache continue to run.
-
This post is deleted! -
@phenomlab Great, so install like any other site, except use NGNIX as the handler?
-
@zoldos Exactly.
-
zoldos
-
@phenomlab Awesome, thanks!