nginx-timeout

nginx-timeout #

text
server {
    ...
    client_max_body_size 512m;
    client_body_timeout 5m;
    ...
}
2025年3月29日