1
0
Fork 0
dot/apache2/sites-available/bavbavhaus.net.conf

8 lines
197 B
Plaintext

<VirtualHost *:80>
ServerName localhost
DocumentRoot /home/urosm/public_html/bavbavhaus.net
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>