nginx 配置文件的計量單位

nginx 配置文件的計量單位
=======================

譯自:
http://nginx.org/en/docs/syntax.htmlhtml


計量大小的單位:
    bytes, kilobytes(後綴爲 k 或 K), megabytes(後綴爲 m 或 M),例如:「1024」, 「8k」, 「1m」.nginx

時間單位:
    ms    milliseconds 毫秒
    s    seconds 
    m    minutes
    h    hours
    d    days
    w    weeks
    M    months, 30 days
    y    years, 365 daysspa

Multiple units can be combined in a single value by specifying them in the order from the most to the least significant, and optionally separated by whitespace. For example, 「1h 30m」 specifies the same time as 「90m」 or 「5400s」. A value without a suffix means seconds. It is recommended to always specify a suffix.htm

對於時間單位來講,可同時使用多個單位,好比 「1h 30」,它等同於 「90m」 或者 「5400s」。若是不指定單位,默認是 「秒」,建議指定時間單位。ip

Some of the time intervals can be specified only with a seconds resolution.ci

某些時間參數只能使用 「秒」 爲單位。get

相關文章
相關標籤/搜索