2
0
Fork 0
mirror of https://github.com/EpicMorg/docker.git synced 2025-11-13 13:55:00 +03:00
docker-scripts/linux/ecosystem/testrail/9.0.0.1091/main/apache_testrail.conf
2025-05-12 12:44:20 +03:00

16 lines
No EOL
414 B
Text

<VirtualHost *:80>
ServerName localhost
ServerAdmin webmaster@localhost
DocumentRoot /var/www/testrail
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
</VirtualHost>