Question
Node.js app subdirectories on different (sub)domains, via dokku or nginx?
Hi,
I’m trying to achieve the following:
I have a node.js app deployed on DO via dokku. The app consists of 2 parts: /user
and /admin
(the root /
actually should not be accessible)
Now I want to achieve to have the /user
run on example.com and the /admin
on admin.example.com
(How) can I achieve this via dokku? Or how via nginx?
I would really appreciate any help! 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.
×