diff options
| author | 2023-03-13 21:02:08 +0900 | |
|---|---|---|
| committer | 2023-03-13 13:02:08 +0100 | |
| commit | 425d790735b9014f69d8072dc36a98ab5f77d7a3 (patch) | |
| tree | 987d021b3674e66776bfec9d935a3a1e1e3c3f83 | |
| parent | ce5572d7dd13fce491257cee0f1f1ca69c499a4a (diff) | |
docs: fix nginx configuration (#5194)
Update nginx nginx configuration in `Hosted in a subdirectory type.`
| -rw-r--r-- | Docker/README.md | 2 |
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; |
