Skip to content

Commit

Permalink
更新说明
Browse files Browse the repository at this point in the history
  • Loading branch information
srcrs committed Aug 9, 2023
1 parent 52ef084 commit 2dc1422
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ RSS将信息聚合,曾寻找过一些RSS客户端,但觉得都太过于复
"https://www.douban.com/feed/review/book",
"https://www.douban.com/feed/review/movie",
"https://www.geekpark.net/rss",
"https://cn.nytimes.com/rss.html",
"https://hostloc.com/forum.php?mod=rss&fid=45&auth=389ec3vtQanmEuRoghE%2FpZPWnYCPmvwWgSa7RsfjbQ%2BJpA%2F6y6eHAx%2FKqtmPOg"
],
"refresh": 6,
"autoUpdatePush": 1
"autoUpdatePush": 7
}
```

Expand Down Expand Up @@ -67,6 +66,8 @@ docker-compose up -d

# nginx反代

这里需要注意/ws,若不设置proxy_read_timeout参数,则默认1分钟断开。

```conf
server {
listen 443 ssl;
Expand All @@ -82,6 +83,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Host $host;
proxy_read_timeout 300s;
}
}
Expand Down
Binary file modified demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2dc1422

Please sign in to comment.