Welcome! Log In Create A New Profile

Advanced

the event "ngx_master_14268" was not signaled for 5s

February 24, 2022 11:27AM
Hello Members,

I started using nginx a week before and all naive. My client want to access CMS using domain-int.com/myapplication for which I need to set up nginx. But I am getting error when I edit my conf file ( I change server section) as shown below
server {
listen 443 ssl;
server_name domain-int.com;
ssl_certificate C:/Users/me/Documents/domain-certificates-https/domain-int-crt.crt;
ssl_certificate_key C:/Users/me/Documents/domain-certificates-https/domain-int-private.key;

ssl_session_cache shared:SSL:1m;
ssl_session_timeout 5m;

ssl_ciphers HIGH:!aNULL:!MD5;
ssl_prefer_server_ciphers on;

location / {
# Or whatever port your server is running on
proxy_pass http://127.0.0.1:4502;

}
}

Issue : when I run start nginx on cmd, it prompt me for pem password which is admin for me and then I see error in log file "the event "ngx_master_14268" was not signaled for 5s"

any help appreciated

Thanks
Subject Author Posted

the event "ngx_master_14268" was not signaled for 5s

swatluv February 24, 2022 11:27AM

Re: the event "ngx_master_14268" was not signaled for 5s

Maxim Dounin February 24, 2022 11:44AM

Re: the event "ngx_master_14268" was not signaled for 5s

swatluv February 24, 2022 12:43PM

Re: the event "ngx_master_14268" was not signaled for 5s

Maxim Dounin February 24, 2022 01:46PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 249
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready