Skip to content

Instantly share code, notes, and snippets.

@flash1293
Created December 4, 2014 06:28
Show Gist options
  • Save flash1293/7d3e9239c9d6158ec09f to your computer and use it in GitHub Desktop.
Save flash1293/7d3e9239c9d6158ec09f to your computer and use it in GitHub Desktop.
base-conf for a web-app in a nginx-dockercontainer
server {
listen 80;
root /app;
index index.html index.htm;
server_name rmt;
error_page 404 /404.html;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment