aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Pim Snel <pim@lingewoud.nl> 2019-10-17 00:05:04 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-10-17 00:05:04 +0200
commitfb3bcc45f35dcace1f820069ba89d2b97078b090 (patch)
treeefc32f8c92cb9bf741a2d7df877cf7ce7521004a
parentab4c3891ba27604d3b0f3bd79ad0f697c92ce246 (diff)
#2573 remove trailing slash to prevent normalizing by nginx (#2574)
-rw-r--r--Docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/README.md b/Docker/README.md
index 13988a316..15510a220 100644
--- a/Docker/README.md
+++ b/Docker/README.md
@@ -328,7 +328,7 @@ server {
}
location /freshrss/ {
- proxy_pass http://freshrss/;
+ proxy_pass http://freshrss;
add_header X-Frame-Options SAMEORIGIN;
add_header X-XSS-Protection "1; mode=block";
proxy_redirect off;