howToCodeWell/code-quiz

Create reverse proxy gateway

pfwd opened this issue · 0 comments

pfwd commented

Create a Nginx proxy gateway to handle traffic going to the following domains

  • api.codequiz.local
  • codequiz.local

api.codequiz.local
All traffic should be sent to the api Docker service

codequiz.local
All traffic should be sent to the website Docker service

Requires