/
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

Related content

SeaLights Jenkins plugin - Installation and setup
SeaLights Jenkins plugin - Installation and setup
More like this
SeaLights Jenkins Plugin - Config Parameters
SeaLights Jenkins Plugin - Config Parameters
More like this
SeaLights Jenkins plugin - Scanning Builds and running Unit Tests using Maven
SeaLights Jenkins plugin - Scanning Builds and running Unit Tests using Maven
More like this
Jenkins plugin for Maven Project job - Generating a session ID
Jenkins plugin for Maven Project job - Generating a session ID
More like this
SeaLights Jenkins plugin for Maven Project job - Scanning Builds and running Unit Tests using Maven
SeaLights Jenkins plugin for Maven Project job - Scanning Builds and running Unit Tests using Maven
More like this
Sealights Plugin for Jenkins Automation Server
Sealights Plugin for Jenkins Automation Server
More like this