From 37b932c51485c306f8652170a6dc27b03c90fa04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Collin?= Date: Sun, 5 Nov 2023 10:50:43 +0100 Subject: [PATCH 1/4] Fix error avoid error upstream sent too big header with sites likes newpharma.fr --- conf/nginx.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index cc967da..ae859c6 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,6 +7,19 @@ location __PATH__/ { proxy_read_timeout 86400s; proxy_send_timeout 86400s; + # tips by zonetuto.fr # + # avoid error upstream sent too big header + + # fastcgi buffers for php-fpm # + fastcgi_buffers 16 32k; + fastcgi_buffer_size 64k; + fastcgi_busy_buffers_size 64k; + + # nginx buffers # + proxy_buffer_size 128k; + proxy_buffers 4 256k; + proxy_busy_buffers_size 256k; + # Include SSOWAT user panel. # include conf.d/yunohost_panel.conf.inc; } From 51e9d11b151d8a52505d75b3c20ebae79c4875b2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 5 Nov 2023 09:50:54 +0000 Subject: [PATCH 2/4] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fb0185..62ffd88 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ With Cookie Aware Cors Proxy, you can call a website not supporting CORS from yo ## Documentation and resources * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 4552b5e..9dbd0b1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -43,7 +43,7 @@ With Cookie Aware Cors Proxy, you can call a website not supporting CORS from yo ## Documentations et ressources * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From 966e92d914985d5bae5d6fefc7a007362ee3e69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Collin?= Date: Fri, 10 Nov 2023 08:11:59 +0100 Subject: [PATCH 3/4] upgrade to v1.2.1: Better cookie support --- conf/amd64.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/amd64.src b/conf/amd64.src index 91b798c..7a36dbc 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/gcollin/cookie-aware-cors-proxy/releases/download/v1.2.0/cookie-aware-cors-proxy.tgz -SOURCE_SUM=4bd56d8cb767207dd391b2de6cafd0dcac1595c6435f5bc305728241b7512296 +SOURCE_URL=https://github.com/gcollin/cookie-aware-cors-proxy/releases/download/v1.2.1/cookie-aware-cors-proxy.tgz +SOURCE_SUM=1eec01aab716c78007c0cd0df81612b192bf38279b88ee2168ee7579a36ce967 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index f9e059d..8ba40a0 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "An advanced https proxy allowing you to call other websites from your own web application.", "fr": "Un proxy https avancé vous permettant d'appeler d'autres sites depuis votre propre application web." }, - "version": "1.2.0~ynh2", + "version": "1.2.1~ynh1", "url": "https://github.com/gcollin/cookie-aware-cors-proxy", "upstream": { "license": "MIT", From 5c547b8e437c5bce887498f8f93b951acdaf34e7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 10 Nov 2023 07:12:23 +0000 Subject: [PATCH 4/4] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62ffd88..46c6737 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ With Cookie Aware Cors Proxy, you can call a website not supporting CORS from yo - Two engines: a lightweight and one based on chrome to support websites running javascript -**Shipped version:** 1.2.0~ynh2 +**Shipped version:** 1.2.1~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 9dbd0b1..eb31384 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ With Cookie Aware Cors Proxy, you can call a website not supporting CORS from yo - Two engines: a lightweight and one based on chrome to support websites running javascript -**Version incluse :** 1.2.0~ynh2 +**Version incluse :** 1.2.1~ynh1 ## Captures d’écran