#2573 remove trailing slash to prevent normalizing by nginx (#2574)

This commit is contained in:
Pim Snel
2019-10-17 00:05:04 +02:00
committed by Alexandre Alapetite
parent ab4c3891ba
commit fb3bcc45f3

View File

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