server { listen 80; listen [::]:80; ## listen for ipv4; this line is default and implied # listen [::]:80 default_server ipv6only=on; ## listen for ipv6 root /var/www/lcov.taler.net/; # Make site accessible from http://localhost/ server_name lcov.taler.net; server_name www.lcov.taler.net; location / { autoindex on; ssi off; # ssi_last_modified on; } include conf.d/favicon_robots; }