Merge pull request #57 from YunoHost-Apps/testing

[autopatch] Automatic patch to simplify `proxy_pass`/`fastcgi_pass` o…
This commit is contained in:
trendless
2026-06-15 20:38:40 -06:00
committed by GitHub
2 changed files with 3 additions and 10 deletions
+2 -9
View File
@@ -2,14 +2,7 @@
location __PATH__/ {
proxy_pass http://127.0.0.1:__PORT__;
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $server_name;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
include proxy_params_no_auth;
proxy_redirect off;
}
+1 -1
View File
@@ -21,7 +21,7 @@ cpe = "cpe:2.3:a:technitium:dnsserver"
fund = "https://patreon.com/technitium"
[integration]
yunohost = ">= 12.1.18"
yunohost = ">= 12.1.38"
helpers_version = "2.1"
architectures = ["amd64", "arm64", "armhf"]
multi_instance = false