소스 검색

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

Pim Snel 6 년 전
부모
커밋
fb3bcc45f3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Docker/README.md

+ 1 - 1
Docker/README.md

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