From 425d790735b9014f69d8072dc36a98ab5f77d7a3 Mon Sep 17 00:00:00 2001 From: witchcraze <67056980+witchcraze@users.noreply.github.com> Date: Mon, 13 Mar 2023 21:02:08 +0900 Subject: docs: fix nginx configuration (#5194) Update nginx nginx configuration in `Hosted in a subdirectory type.` --- Docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Docker/README.md') diff --git a/Docker/README.md b/Docker/README.md index 3f41d1306..47e045fe4 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -488,7 +488,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; -- cgit v1.2.3