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

non-symlink.conf « sites-enabled « apache2 « multiple_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: 31cb6093c24a3261eae39d19cfa9764032ef8d4f (plain)
1
2
3
4
5
6
7
8
9
<VirtualHost *:80>
ServerName nonsym.link
ServerAdmin webmaster@localhost

DocumentRoot /var/www-certbot-reworld/static/

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