From d452f39e367ee3d547aa734deb3e957063256e5f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 20 Aug 2023 14:11:22 +0200 Subject: [PATCH] fix linter --- conf/nginx.conf | 3 +-- manifest.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 2de679f..4f2fa57 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,9 +1,8 @@ #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; location __PATH__/ { - proxy_pass http://localhost:5000; - proxy_set_header Host $http_host; + proxy_set_header Host $host; more_set_headers "X-Frame-Options: ALLOWALL"; # Include SSOWAT user panel. diff --git a/manifest.json b/manifest.json index 20a97ce..a811d84 100644 --- a/manifest.json +++ b/manifest.json @@ -17,7 +17,7 @@ "name": "Lapineige" }, "requirements": { - "yunohost": ">= 11.0.0" + "yunohost": ">= 11.2" }, "multi_instance": true, "services": [