From c8fc994914373293c7e7a5f49412b60ced877e2c Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Tue, 29 Dec 2020 12:32:44 +0100 Subject: [PATCH] Bugfix nginx config --- conf/nginx.conf | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 8c05d5e..7cb87c2 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -20,5 +20,5 @@ location __PATH__/ { proxy_connect_timeout 30; proxy_redirect off; - proxy_pass http://127.0.0.1:__PORT__/; + proxy_pass http://127.0.0.1:__PORT__; } diff --git a/manifest.json b/manifest.json index 9b95b52..1f9c26f 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "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", "license": "GPL-3.0", "maintainer": {