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

old-and-default.conf « sites-available « apache2 « augeas_vhosts « debian_apache_2_4 « testdata « tests « certbot_apache « certbot-apache - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2bd4e1fe9a479490d277487529a3b115db8cc93d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<VirtualHost *:80 [::]:80>

	ServerName ip-172-30-0-17
	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