Question
Running Java+Angular app and wordpress on same droplet and same domain
Hello,
I want to run my existing java+angular app as well as Wordpress app on same droplet. I have seen multiple examples to do same thing with two different domains. However i want to run wordpress on https://domain.com and angular+java app on https://mydomain.com/app.
I am using nginx as server for my java+angular app which is currently deployed at https://mydomain.com
Please help!
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.
×