diff --git a/myconext-gui/docker/conf/000-default.conf b/myconext-gui/docker/conf/000-default.conf index 1c8ca85e..732f6ec7 100644 --- a/myconext-gui/docker/conf/000-default.conf +++ b/myconext-gui/docker/conf/000-default.conf @@ -4,6 +4,7 @@ RewriteEngine on RewriteCond %{REQUEST_URI} !\.html$ RewriteCond %{REQUEST_URI} !\.(js|css)(\.map)?$ RewriteCond %{REQUEST_URI} !\.svg$ +RewriteCond %{REQUEST_URI} !\.webp$ RewriteCond %{REQUEST_URI} !\.png$ RewriteCond %{REQUEST_URI} !\.ico$ RewriteCond %{REQUEST_URI} !\.woff$ @@ -72,7 +73,7 @@ DocumentRoot "/var/www" # Svelte resources - + Require all granted