1 month ago
Simon Willison : Minimal nginx conf to split get/post requests - Minimal nginx conf to split get/post requests. Interesting idea for master-slave replication balancing where GET v.s. POST is load-balanced by nginx, presumably to different backend servers that are configured to talk to either a slave or a master. This
deusx : Django snippets: minimal nginx conf to split get/post requests - "After a point the sql server becomes the bottleneck in lots of web application, and to scale, master-slave replication with single master, multiple slave is recommended. This setup with nginx can be used to accomplish traffic distribution between ma
# copy
33 month ago
tjogin : Subversion Primer for Rails projects
# copy