Add Docker setup for Coolify

This commit is contained in:
2026-04-30 20:20:19 +02:00
parent 5ad478db3c
commit 6ced626af8
2 changed files with 19 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
RewriteEngine On
# Redirigir a index si no existeix el fitxer
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.html [L]