diff --git a/conf/nginx.conf b/conf/nginx.conf index 9c3cf6f..315d57b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ -location /static/ { +location __PATH__/static/ { # Django static files alias __PUBLIC_PATH__/static/; expires 30d; diff --git a/manifest.json b/manifest.json index 93f8c95..197a88e 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "Web based management to catalog things including state and location etc." }, - "version": "0.8.1rc3~ynh1", + "version": "0.8.1rc3~ynh2", "url": "https://github.com/jedie/PyInventory", "license": "GPL-3.0", "maintainer": {