aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar witchcraze <67056980+witchcraze@users.noreply.github.com> 2023-03-13 21:02:08 +0900
committerGravatar GitHub <noreply@github.com> 2023-03-13 13:02:08 +0100
commit425d790735b9014f69d8072dc36a98ab5f77d7a3 (patch)
tree987d021b3674e66776bfec9d935a3a1e1e3c3f83
parentce5572d7dd13fce491257cee0f1f1ca69c499a4a (diff)
docs: fix nginx configuration (#5194)
Update nginx nginx configuration in `Hosted in a subdirectory type.`
-rw-r--r--Docker/README.md2
1 files changed, 1 insertions, 1 deletions
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;