You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the update of the Debian package (version 11.9) :
Setting up nginx (1.25.5-1+020240416.51+debian111.gbp042f86) ...
Setting up nginx-common (1.25.5-1+020240416.51+debian111.gbp042f86) ...
Setting up nginx-light (1.25.5-1+020240416.51+debian111.gbp042f86) ...
There is an error when deploying the update :
2024/04/17 11:46:24 [emerg] 2932025#2932025: module "/usr/share/nginx/modules/ngx_http_echo_module.so" version 1025004 instead of 1025005 in /etc/nginx/modules-enabled/50-mod-http-echo.conf:1
To solve the problem, you can disable the echo-nginx-module or, if it's the only module there :
Comment on the line **#include /etc/nginx/modules-enabled/*.conf;** in the file **nginx.conf**.
the nginx -t command is now ok
The text was updated successfully, but these errors were encountered:
Hello,
Following the update of the Debian package (version 11.9) :
Setting up nginx (1.25.5-1+0
20240416.51+debian111.gbp042f86) ...Setting up nginx-common (1.25.5-1+0
20240416.51+debian111.gbp042f86) ...Setting up nginx-light (1.25.5-1+0
20240416.51+debian111.gbp042f86) ...There is an error when deploying the update :
2024/04/17 11:46:24 [emerg] 2932025#2932025: module "/usr/share/nginx/modules/ngx_http_echo_module.so" version 1025004 instead of 1025005 in /etc/nginx/modules-enabled/50-mod-http-echo.conf:1
To solve the problem, you can disable the echo-nginx-module or, if it's the only module there :
Comment on the line **#include /etc/nginx/modules-enabled/*.conf;** in the file **nginx.conf**.
the nginx -t command is now ok
The text was updated successfully, but these errors were encountered: