-
Notifications
You must be signed in to change notification settings - Fork 20
Maxim Dounin’s Q&A
Maxim Dounin’s replies on the old nginx forum are often the de-facto documentation on things not covered in the official docs.
an upstream response is buffered to a temporary file
a buffering primer
https://web.archive.org/web/20240908203832/https://forum.nginx.org/read.php?2,2746,2842
several big vs many small buffers?
buffering big files
proxy_buffering off;?
https://web.archive.org/web/20240907134115/https://forum.nginx.org/read.php?2,256639,256647
$request_uri in proxy_pass
$request_body == "" when $content_length > $client_body_buffer_size?
https://web.archive.org/web/20240908025132/https://forum.nginx.org/read.php?2,214693,214694 (Igor Sysoev)
maptesting order?
mod_rewrite should be considered a last resort, when other alternatives are found wanting. Using it when there are simpler alternatives leads to configurations which are confusing, fragile, and hard to maintain. Understanding what other alternatives are available is a very important step towards mod_rewrite mastery
— Rich Bowen