docs: fix nginx configuration (#5194)

Update nginx nginx configuration in `Hosted in a subdirectory type.`
This commit is contained in:
witchcraze 2023-03-13 21:02:08 +09:00 committed by GitHub
parent ce5572d7dd
commit 425d790735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;