travis builds with mysql (#924)

This commit is contained in:
Kevin Papst
2019-08-01 19:25:38 +02:00
committed by GitHub
parent 654ffda454
commit 8104a67e3e
3 changed files with 61 additions and 25 deletions

View File

@@ -5,6 +5,15 @@
# to each configured DirectoryIndex file (e.g. index.php, index.html, index.pl).
DirectoryIndex index.php
# Do NOT use Kimai with http, this is a huge security risk!
# Activate these lines if you configured SSL and certificates:
#<IfModule mod_rewrite.c>
# RewriteEngine On
# RewriteCond %{SERVER_PORT} 80
# RewriteRule ^(.*)$ https://kimai.example.com/$1 [R,L]
#</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On