server { listen 80; server_name irclogs.baserock.org; location / { root /srv/irclogs.baserock.org/; index index.html; fancyindex on; fancyindex_exact_size off; } }