Skip to content

Instantly share code, notes, and snippets.

@joatmon08
Last active July 21, 2017 02:14
Show Gist options
  • Save joatmon08/4ffcef3dea387e8ebb394efd2d068894 to your computer and use it in GitHub Desktop.
Save joatmon08/4ffcef3dea387e8ebb394efd2d068894 to your computer and use it in GitHub Desktop.
Simple Reverse Proxy
FROM nginx:latest
COPY nginx.conf /etc/nginx/nginx.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment