Testrail Production image (php 7.2)

This commit is contained in:
STAM 2020-07-30 18:13:45 +03:00
parent ee2d1cd8eb
commit 68ffd6acd0

View File

@ -6,4 +6,11 @@
ErrorLog ${APACHE_LOG_DIR}/error.log ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
</VirtualHost> </VirtualHost>