taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

lcov.site (433B)


      1 server {
      2         listen 80;
      3 	listen   [::]:80; ## listen for ipv4; this line is default and implied
      4  	# 	listen   [::]:80 default_server ipv6only=on; ## listen for ipv6
      5 
      6 	root /var/www/lcov.taler.net/;
      7 
      8 	# Make site accessible from http://localhost/
      9 	server_name lcov.taler.net;
     10 	server_name www.lcov.taler.net;
     11 
     12 	location / {
     13 	    autoindex on;
     14 	    ssi off;
     15 #	    ssi_last_modified on;
     16 	}
     17 
     18         include conf.d/favicon_robots;
     19 }