/
Jenkins - Nginx error when using Sealights Plugin
Jenkins - Nginx error when using Sealights Plugin
Problem
If Jenkins is running behind nginx, you might encounter the error 'Nginx 413 Request Entity Too Large'.
Solution
To be able to install the Sealights plugin you need to update the nginx.conf or the specific website config under nginx/conf.d with the following line
client_max_body_size 3M; |
Once configuration updated restart the nginx service by running the command below (works on most of the systems) *might require sudo privilege elevation:
sudo service nginx restart
or
sudo systemctl restart nginx
or
sudo /etc/init.d/nginx restart |
, multiple selections available,
Related content
SeaLights Node.js agent - Command Reference
SeaLights Node.js agent - Command Reference
More like this
Sealights Node.js agent - dryRun command for troubleshooting and validation
Sealights Node.js agent - dryRun command for troubleshooting and validation
More like this
Unit Tests - SeaLights Node.js Agent
Unit Tests - SeaLights Node.js Agent
More like this
Maven Legacy - Defining a Sealights profile in the pom.xml file
Maven Legacy - Defining a Sealights profile in the pom.xml file
More like this
Connectivity check - Agents cannot reach SeaLights platform (unreachable network errors)
Connectivity check - Agents cannot reach SeaLights platform (unreachable network errors)
More like this
Downloading the java agent files
Downloading the java agent files
More like this