Welcome to mirror list, hosted at ThFree Co, Russian Federation.

another_wildcard.conf « sites-available « apache2 « augeas_vhosts « debian_apache_2_4 « testdata « tests « certbot-apache - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1a5b7de4733f934ebe822f4cd350e41e4119b157 (plain)
1
2
3
4
5
6
7
8
9
10
11
<VirtualHost *:80>
	ServerName wildcard.tld
	ServerAlias ?.wildcard.tld
	ServerAdmin webmaster@localhost
	DocumentRoot /var/www/html

	ErrorLog ${APACHE_LOG_DIR}/error.log
	CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet