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

12 lines
309 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>
2024-03-19 02:05:37 +01:00
DirectoryIndex README.html
2024-02-17 21:45:10 +01:00
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>