sonar https 代碼檢測 Failed to upload report - 413

 Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.7.0.1746:sonar (default-cli) on project frame: Failed to upload report - 413: <html>
[ERROR] <head><title>413 Request Entity Too Large</title></head>
[ERROR] <body bgcolor="white">
[ERROR] <center><h1>413 Request Entity Too Large</h1></center>
[ERROR] <hr><center>nginx/1.10.1</center>
[ERROR] </body>
[ERROR] </html>

 

nginx conf 中添加

client_max_body_size 30m; 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章