Add data/user_conf.d/rss.conf

This commit is contained in:
2024-02-07 23:33:32 +08:00
parent d4ad32acd4
commit bf4ac085b2
2 changed files with 19 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ server {
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
client_max_body_size 1048576M;
}
}