NGINX 響應 400 5 沒有響應體

2021-09-05 08:39:37 字數 790 閱讀 5267

nginx 版本 1.12.1

請求nginx**的介面,發現沒有返還值。

使用postman可以發現沒有任何響應內容,並且狀態碼為400。

檢查nginx的錯誤日誌,發現錯誤日誌為空。

tail -n 100 -f /var/log/nginx/error.log
通過檢視訪問日誌發現

tail -n 100 -f /var/log/nginx/access.log
172.22.25.102 - - [22/dec/2018:19:07:56 +0800] "get /get/11 http/1.1" 400 5 "-" "postmanruntime/7.4.0" "-"
檢查配置,後發現原來是因為upstream名稱中不能包含下劃線「_,去除下劃線就可以。

我的配置如下:

upstream get_demo 

server

error_page 404 /404.html;

location = /40x.html

error_page 500 502 503 504 /50x.html;

location = /50x.html

}

get_demo改為getdemo問題解決。

CURL get請求沒有沒有響應

curl,請求沒有響應.這個是一開始 url urlencode id,rate from yahoo.finance.xchange where pair in cnyjpy env store ch curl init curl setopt ch,curlopt url,url curl se...

mysql伺服器沒有響應

第一步 刪除c windowns下面的my.ini 可以先改成其它的名字也行 第二步開啟對應安裝目錄下 mysql bin winmysqladmin.exe 輸入使用者名稱 和密碼 也可以忽略此步 第三步 在dos下 進入mysql的bin目錄。例 安裝目錄為d盤的pc webserver mys...

MySQL 刪表或者刪庫沒有響應

看網上教程學習,匯入了別人的sql檔案,但是似乎中間出了點問題,所以想刪庫刪表重新來過。但是無論是無論是刪庫還是刪表都沒有響應。show full processlist 發現很多wating for table metadata lock狀態的程序。kill process id 殺死這些程序後,...