在寫一個rpc例子,有些php頁可以訪問,有些不行並出現這問題,求告知原因
錯誤日誌2016/07/21 13:35:41 [error] 9212#7620: *1 CreateFile() "D:nginxnginx-1.11.2nginx-1.11.2/html/favicon.ico" failed (2: The nginx-1.11.2/html/favicon.ico" failed (2: The nginx-1.11.2/html/favicon.ico" failed (2: The nginx。 cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost"
在寫一個rpc例子,有些php頁可以訪問,有些不行並出現這問題,求告知原因
錯誤日誌2016/07/21 13:35:41 [error] 9212#7620: *1 CreateFile() "D:nginxnginx-1.11.2nginx-1.11.2/html/favicon.ico" failed (2: The nginx-1.11.2/html/favicon.ico" failed (2: The nginx-1.11.2/html/favicon.ico" failed (2: The nginx。 cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost"
日誌拿得不對,再找找,透過日誌裡的路徑找。
從日誌上看是不能找到favicon.ico
哎,
嘗試在http.conf
中加入設定試試
<code>location = /favicon.ico { log_not_found off; }</code>