How do I use nginx to reverse proxy my go web app?

I have a simple web application that displays a template which is listening on 8080.

I believe the server run by docker run command is development server. How do I host my go application in production with nginx?

PS: I am using Docker.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.