mirror of
https://git.sr.ht/~iwakuralain/text0Nly
synced 2025-07-27 15:36:11 +00:00
13 lines
349 B
ApacheConf
13 lines
349 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 ${APACHE_LOG_DIR}/error.log
|
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
</VirtualHost> |