certbot/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/server_blocks/two.conf
2016-07-11 13:58:21 -07:00

17 lines
296 B
Text

http {
index index.html;
server {
server_name www.domain1.com;
access_log logs/domain1.access.log main;
root /var/www/domain1.com/htdocs;
}
server {
server_name www.domain2.com;
access_log logs/domain2.access.log main;
root /var/www/domain2.com/htdocs;
}
}