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

11 lines
280 B
Plaintext
Raw Normal View History

2024-03-17 17:07:22 +01:00
<Directory /home/urosm/*/public_html>
Require all granted
</Directory>
2024-02-17 21:45:10 +01:00
<VirtualHost *:80>
ServerName bavbavhaus.localhost
2024-03-17 17:07:22 +01:00
DocumentRoot /home/urosm/bavbavhaus.net/public_html
2024-02-17 21:45:10 +01:00
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>