This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
bookwyrm
Watch
1
Star
0
Fork
You've already forked bookwyrm
1
mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced
2024-11-15 21:31:26 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
85337c73e5
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 06:07:45 +00:00
client_max_body_size 10m;
Adds rate limiting to some views in nginx
2022-07-15 20:14:31 +00:00
limit_req_zone $binary_remote_addr zone=loginlimit:10m rate=1r/s;
Reference in a new issue
Copy permalink