首頁 > 運維 > Nginx > 主體

nginx常見錯誤及解決方法介紹

王林
發布: 2020-11-19 14:50:23
轉載
5674 人瀏覽過

nginx常見錯誤及解決方法介紹

nginx中常見的錯誤及解決方法有:

報錯一:

nginx: [error] CreateFile() "C:\mytools\nginx-1.8.1/logs/nginx.pid" failed (2: The system cannot find the file specified)
登入後複製

nginx: [error] Open() "C:\mytools\nginx-1.8.1/logs/nginx.pid" failed
登入後複製

解決方法:

使用指令建立/logs/nginx.pid檔案

nginx -c conf/nginx.conf
登入後複製

錯誤二:

nginx: [alert] could not open error log file: CreateFile() "logs/error.log" failed (3: The system cannot find the path specified)
 [emerg] : invalid number of arguments in "root" directive in C:\mytools\nginx-1.8.1\conf\nginx.conf:45
登入後複製

解決方法:

##設定檔root指定一個目錄的時候最結尾不能是"\"。

相關推薦:

nginx教學

以上是nginx常見錯誤及解決方法介紹的詳細內容。更多資訊請關注PHP中文網其他相關文章!

相關標籤:
來源:cnblogs.com
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!