Nginx配置指令(五)

2021-10-13 12:36:00 字數 1769 閱讀 1468

41.open_file_cache_errors

語法:open_file_cache_errors on|off

預設:open_file_cache_errors off

功能:開啟或禁用快取檔案錯誤。

用於http,server,location模組

42.open_file_cache_min_uses

語法:open_file_cache_min_uses 數字

預設:open_file_cache_min_uses 1

功能:在指定的時間內乙個檔案被訪問的最少次數。當訪問次數大於這個值,那麼該檔案的描述符將會被快取到快取中。

用於http,server,location

43.open_file_cache_valid

語法:open_file_cache_valid 時間

預設值:open_file_cache_valid 60

功能:檢測快取資訊的時間間隔。

用於http,server,location模組。

44.post_action

語法:post_action uri|off

預設值:post_action off

功能:定乙個請求完成之後的動作。當請求完成之後,nginx將會呼叫改uri

用於http,server,location,if-in-location模組

45.port_in_redirect

語法:port_in_redirect on|off

預設值:port_in_redirect on

功能:該指令允許或組織埠號出現在url中。

用於http,server,location模組

46.recursive_error_pages

語法:recursive_error_pages on|off

預設值:recursive_error_pages off

功能:error_page提供的錯誤網頁本身發生了錯誤,在這種情況下,指令error_page將會被再次使用。本指令開啟或禁止遞迴錯誤頁面。

47.reset_timedout_connection

語法:reset_timedout_connection on|off

預設值:reset_timedout_connection off

功能:啟用或禁止重新設定連線超時。

當乙個客戶端連線超時,其相關的資訊可能仍保留在記憶體中。啟用該指令後,連線超時後將清楚所有與記憶體的關聯。

用於http,server,location

48.resolver

預設:無

功能:用於設定dns伺服器

使用者http,server,location

49.resolver_timeout

語法:resolver_timeout 時間

預設值:30s

功能:網域名稱查詢超時時間

用於http,server,location模組

50.root

語法:root 路徑

預設:root html

功能:指定乙個請求的根文件u路。

用於http,server,location,if-in-location模組中

Nginx配置指令(四)

31.limit except 語法 limit except 方法名 預設值 no 功能 用於限制訪問location的http方法 用於location模組內 例如 limit except get 預設值 no 功能 改指令允許根據uri的需要進行配置訪問。可以根據字面字串配置也可以使用正規表...

Nginx 的配置指令

我們已經了解了 nginx 的基本命令和架構原理,下面該到最讓人頭疼也是最不容易理解的部分了,那就是 nginx.conf 這個配置檔案,下面從 nginx 的指令開始,一步步來講解 nginx 的配置。先來看乙個典型的 nginx 配置檔案示例。從上面可以看到,這個配置檔案中包含了多個指令塊,有些...

常用NGINX配置指令翻譯

server rtmp server上下文 server server timeout 60s allow publish 127.0 0.1 deny publish all allow play 192.168 0.0 24 deny play all env path 以下ffmpeg呼叫將傳...