In the last post i made a configuration to set up an API. Now the goal is to make an other Docker image to connect a front app (for me AngularJS) to the API. The front never access the back itself, it’s for that we make a proxy on /api to do the work. So we need:
- Apache 2.4
- enable proxy mod
Vues : 319