Bugfix nginx config

This commit is contained in:
JensDiemer 2020-12-29 12:32:44 +01:00
parent dacee434ee
commit c8fc994914
2 changed files with 2 additions and 2 deletions

View file

@ -20,5 +20,5 @@ location __PATH__/ {
proxy_connect_timeout 30; proxy_connect_timeout 30;
proxy_redirect off; proxy_redirect off;
proxy_pass http://127.0.0.1:__PORT__/; proxy_pass http://127.0.0.1:__PORT__;
} }

View file

@ -5,7 +5,7 @@
"description": { "description": {
"en": "Glue code to package django projects as yunohost apps." "en": "Glue code to package django projects as yunohost apps."
}, },
"version": "0.1.2rc1~ynh2", "version": "0.1.2rc1~ynh3",
"url": "https://github.com/jedie/django_ynh", "url": "https://github.com/jedie/django_ynh",
"license": "GPL-3.0", "license": "GPL-3.0",
"maintainer": { "maintainer": {