5 # is expected even if empty
10 # define content-type headers
12 text/html html htm shtml;
17 application/xhtml+xml xhtml;
19 default_type application/octet_stream;
23 access_log /var/log/nginx/access.log;
24 error_log /var/log/nginx/error.log;
29 auth_basic "IRC logs";
30 auth_basic_user_file /var/www/password_irclogs_zrolaps;
32 root /var/www/irclogs_zrolaps/;
38 server_name htwtxt.plomlompom.com;
40 proxy_pass http://127.0.0.1:8000;