nginx.conf 裡的最上層是events、http,http 包含至少一個server , server 又 ... http { # HTTP server { listen 80; server_name localhost; } ...
確定! 回上一頁