diff --git a/README.md b/README.md index 36f664c..87a8919 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ this package: * Serve `/.well-known` paths for CalDAV and CardDAV on the domain only if it's not already served - i.e. by Baïkal -**Shipped version:** 27.1.2~ynh1 +**Shipped version:** 27.1.2~ynh3 + **Demo:** https://demo.nextcloud.com/ diff --git a/README_fr.md b/README_fr.md index c198a08..6ca6637 100644 --- a/README_fr.md +++ b/README_fr.md @@ -29,7 +29,8 @@ En plus des fonctionnalités principales de Nextcloud, les fonctionnalités suiv * Utilise l'adresse `/.well-known` pour la synchronisation CalDAV et CardDAV du domaine si aucun autre service ne l'utilise déjà - par exemple, Baïkal -**Version incluse :** 27.1.2~ynh1 +**Version incluse :** 27.1.2~ynh3 + **Démo :** https://demo.nextcloud.com/ diff --git a/conf/nginx.conf b/conf/nginx.conf index d14ba9f..9f73bfd 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -128,7 +128,7 @@ location ^~ __PATH__/ { index index.php; } - location ~ \.(?:css|js|svg|gif|png|jpg|ico|wasm|tflite|map)$ { + location ~ \.(?:css|js|mjs|svg|gif|png|jpg|ico|wasm|tflite|map)$ { try_files $uri / __PATH__/index.php$request_uri; expires 6M; # Cache-Control policy borrowed from `.htaccess` access_log off; # Optional: Don't log access to assets