text0Nly/configs/apache.conf.debian
2025-06-16 00:36:51 +03:00

13 lines
349 B
Plaintext

<VirtualHost *:80>
ServerName messenger.local
DocumentRoot /var/www/html/main
<Directory /var/www/html/main>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>