From edbc17e40b27737b215d54b492cc82a781ad42dd Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 13 Aug 2024 14:08:54 -0500 Subject: Forward the scheme to the client to generate correct URIs. --- genenetwork/services/genenetwork.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'genenetwork/services') diff --git a/genenetwork/services/genenetwork.scm b/genenetwork/services/genenetwork.scm index 37793a5..34d70df 100644 --- a/genenetwork/services/genenetwork.scm +++ b/genenetwork/services/genenetwork.scm @@ -588,6 +588,7 @@ a @code{} record." (body (list (string-append "proxy_pass http://localhost:" (number->string port) ";") "proxy_set_header Host $host;" + "proxy_set_header X-Forwarded-Proto $scheme;" "client_max_body_size 500M;"))))))))) (define gn-uploader-service-type -- cgit v1.2.3