Skip to content

Instantly share code, notes, and snippets.

@lolmaus
Created March 21, 2012 13:53
Show Gist options
  • Save lolmaus/2147054 to your computer and use it in GitHub Desktop.
Save lolmaus/2147054 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name zulu.lolmaus.ru;
location / {
root /home/miner/minecraft/overviewer-map;
index index.htm index.html;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment