taler-deployment

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

lcov-ssl.site (476B)


      1 server {
      2         listen 443 ssl;
      3 	listen   [::]:443 ssl; ## 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         include conf.d/talerssl;
     12 
     13 	location / {
     14 	    autoindex on;
     15 	    ssi off;
     16 #	    ssi_last_modified on;
     17 	}
     18 
     19         include conf.d/favicon_robots;
     20 }