فهرست منبع

docs: fix nginx configuration (#5194)

Update nginx nginx configuration in `Hosted in a subdirectory type.`
witchcraze 3 سال پیش
والد
کامیت
425d790735
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Docker/README.md

+ 1 - 1
Docker/README.md

@@ -488,7 +488,7 @@ server {
 	}
 	}
 
 
 	location /freshrss/ {
 	location /freshrss/ {
-		proxy_pass http://freshrss;
+		proxy_pass http://freshrss/;
 		add_header X-Frame-Options SAMEORIGIN;
 		add_header X-Frame-Options SAMEORIGIN;
 		add_header X-XSS-Protection "1; mode=block";
 		add_header X-XSS-Protection "1; mode=block";
 		proxy_redirect off;
 		proxy_redirect off;