diff --git a/conf/nginx.conf b/conf/nginx.conf index bcb33bb..71e1d1a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,7 +2,7 @@ location __PATH__/ { # Path to source - alias __INSTALL_DIR__/ ; + alias __INSTALL_DIR__/; rewrite ^/(__PATH__/img/.*)$ /$1 break; rewrite ^/(__PATH__/js/.*)$ /$1 break; diff --git a/manifest.toml b/manifest.toml index d6135dd..e61724f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -14,7 +14,7 @@ license = "MIT" code = "https://github.com/mikespub-org/rvolz-BicBucStriim" [integration] -yunohost = ">> 11.2" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false