1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyinventory_ynh.git synced 2024-09-03 20:16:09 +02:00

Bugfix static file URL in nginx.conf

This commit is contained in:
JensDiemer 2020-12-09 14:15:42 +01:00
parent cb94da4684
commit 5ccbcf5aa5
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
location /static/ {
location __PATH__/static/ {
# Django static files
alias __PUBLIC_PATH__/static/;
expires 30d;

View file

@ -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": {