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

13 lines
343 B
ApacheConf

<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 /var/log/httpd/error.log
CustomLog /var/log/httpd/access.log combined
</VirtualHost>