kimai: lint and fixes

This commit is contained in:
uumas
2024-07-26 02:29:36 +03:00
parent 5613fa4189
commit 3412ca53d9
4 changed files with 50 additions and 56 deletions

View File

@@ -0,0 +1,7 @@
RewriteEngine On
RewriteCond %{ENV:HTTPS} !on
RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
RewriteCond %{REQUEST_URI} !^/kimai/
RewriteRule ^(.*)$ /kimai/$1 [L]