更新说明

This commit is contained in:
srcrs 2023-08-09 22:12:55 +08:00
parent 52ef084c24
commit 2dc14221d1
2 changed files with 4 additions and 2 deletions

View File

@ -25,11 +25,10 @@ RSS将信息聚合曾寻找过一些RSS客户端但觉得都太过于复
"https://www.douban.com/feed/review/book", "https://www.douban.com/feed/review/book",
"https://www.douban.com/feed/review/movie", "https://www.douban.com/feed/review/movie",
"https://www.geekpark.net/rss", "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" "https://hostloc.com/forum.php?mod=rss&fid=45&auth=389ec3vtQanmEuRoghE%2FpZPWnYCPmvwWgSa7RsfjbQ%2BJpA%2F6y6eHAx%2FKqtmPOg"
], ],
"refresh": 6, "refresh": 6,
"autoUpdatePush": 1 "autoUpdatePush": 7
} }
``` ```
@ -67,6 +66,8 @@ docker-compose up -d
# nginx反代 # nginx反代
这里需要注意/ws若不设置proxy_read_timeout参数则默认1分钟断开。
```conf ```conf
server { server {
listen 443 ssl; listen 443 ssl;
@ -82,6 +83,7 @@ server {
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade"; proxy_set_header Connection "Upgrade";
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_read_timeout 300s;
} }
} }

BIN
demo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 442 KiB

After

Width:  |  Height:  |  Size: 1010 KiB