From 15959fbfcc4faa36cd8651b75b5294b260c2ab2c Mon Sep 17 00:00:00 2001 From: "Andreas S. Skeidsvoll" Date: Fri, 8 Sep 2023 10:15:18 +0200 Subject: [PATCH] Without real IP/Forwarded-For --- repos/testing/rstudio/Chart.yaml | 2 +- repos/testing/rstudio/templates/_helpers.tpl | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/repos/testing/rstudio/Chart.yaml b/repos/testing/rstudio/Chart.yaml index 5fc81e59..04c636ef 100755 --- a/repos/testing/rstudio/Chart.yaml +++ b/repos/testing/rstudio/Chart.yaml @@ -6,6 +6,6 @@ maintainers: email: system@uninett.no home: https://www.rstudio.com/products/RStudio/ icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-flat.svg -version: 0.2.113 +version: 0.2.114 keywords: - R web IDE diff --git a/repos/testing/rstudio/templates/_helpers.tpl b/repos/testing/rstudio/templates/_helpers.tpl index 7343477f..8a595cea 100644 --- a/repos/testing/rstudio/templates/_helpers.tpl +++ b/repos/testing/rstudio/templates/_helpers.tpl @@ -82,8 +82,6 @@ server { proxy_set_header Connection "Upgrade"; proxy_set_header X-Forwarded-Proto https; proxy_read_timeout 20d; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } error_page 500 502 503 504 /50x.html;