shubraVeil/apache.conf
2024-12-25 13:05:50 +02:00

14 lines
408 B
ApacheConf

<VirtualHost *:80>
ServerName shubraveil.local
DocumentRoot /home/momaher/Public/Websites/shubraveil
<Directory /home/momaher/Public/Websites/shubraveil>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/shubraveil_error.log
CustomLog ${APACHE_LOG_DIR}/shubraveil_access.log combined
</VirtualHost>