Skip to content

Instantly share code, notes, and snippets.

@Mukundan314
Created December 13, 2019 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mukundan314/552d25d29c2ed9a73d4021edd3d89394 to your computer and use it in GitHub Desktop.
Save Mukundan314/552d25d29c2ed9a73d4021edd3d89394 to your computer and use it in GitHub Desktop.
server {
listen *:8080;
server_name localhost;
root /tmp/data;
autoindex on;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment