diff options
Diffstat (limited to 'genenetwork')
-rw-r--r-- | genenetwork/services/genenetwork.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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{<genenetwork-configuration>} 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 |