update `apache2` config
parent
71ef2901c3
commit
10e1a3ebd2
|
@ -1,6 +1,10 @@
|
|||
<Directory /home/urosm/*/public_html>
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<VirtualHost *:80>
|
||||
ServerName bavbavhaus.localhost
|
||||
DocumentRoot /home/urosm/public_html/bavbavhaus.net
|
||||
DocumentRoot /home/urosm/bavbavhaus.net/public_html
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
</VirtualHost>
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
<VirtualHost *:80>
|
||||
ServerName mail.kontrakurs.org
|
||||
DocumentRoot /var/www/html/mail.kontrakurs.org
|
||||
</VirtualHost>
|
Loading…
Reference in New Issue