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

7 lines
207 B
Plaintext

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