Which directive in a Nginx server configuration block defines the TCP ports on which the virtual host will be available, and which protocols it will use? (Specify ONLY the option name without any values.)



Answer: listen

題解

在Nginx設定檔的「server」區塊中,使用「listen」命令可以設定要監聽的TCP位址和連接埠,以及是否要使用SSL或是尚未正式成為標準的HTTP版本。