I’m having a Linux based Droplet(Ubuntu 16.04). I need to know the application structure to follow. Also, where should the Nginx root point to; and if possible the custom server block config for the Nginx server.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
I would recommend starting with this guide to deploy your flask API.
With your Angular2 app running on the same droplet you should be able to add a second
Location
block in your nginx configuration using proxy_pass to pass through communications to angular. This guide provides some examples of nginx proxy_pass configuration for another service running on it’s own port on the same droplet.