February 2018
Beginner to intermediate
348 pages
9h 40m
English
Finally, you may use the following diminutives for specifying a file size in the context of a directive value:
As a result, the following three syntaxes are correct and equal:
client_max_body_size 2G; client_max_body_size 2048M; client_max_body_size 2097152k;
Nginx does not allow you to insert the same directive more than once within the same block (although there are a few exceptions, such as allow or deny); should you do so, the configuration will be considered invalid and Nginx will refuse to start up or reload.
Additionally, when specifying a time value, you may use the following shortcuts:
Read now
Unlock full access