This website requires JavaScript.
Explore
Help
Sign in
doradus
/
bookwyrm
Watch
2
Star
0
Fork
You've already forked bookwyrm
0
Code
Activity
97358da503
bookwyrm
/
nginx
/
server_config
3 lines
92 B
Text
Raw
Normal View
History
Unescape
Escape
Setting `client_max_body_size` to 10m. - Removed commented-out nginx config for clarity.
2021-05-23 14:07:45 +08:00
client_max_body_size 10m;
Adds rate limiting to some views in nginx
2022-07-15 13:14:31 -07:00
limit_req_zone $binary_remote_addr zone=loginlimit:10m rate=1r/s;
Copy permalink