Re: Restarting service takes too much time

2022-11-30 Thread blason
Hi, Did you check error log or syslog? Is that spitting out any errors? Do you have SSL_OCSP settings configured and it might not be able to reach to the protocol? I mean I had 45 portals and was facing a same issue. Later when I done the debug I found that ocsp.godaddy.com was not reachable and

Restarting service takes too much time

2022-11-30 Thread Gus Flowers Starkiller
Hi, please could anyone tell me why the nginx service takes too much time to restart? As we know, after some change with nginx the service must be restarted, I do this with "nginx -s reload" or "systemctl restart nginx", and this takes some three minutes or more. This process is happening in server

Re: nginx returns html instead of json response

2022-11-30 Thread Kaushal Shriyan
On Tue, Nov 29, 2022 at 9:58 PM Kaushal Shriyan wrote: > Hi Francis, > > Thanks a lot for all your help and support. It worked. I have configured > the below settings in nginx after a few attempts by tweaking it. It worked > like a charm. > > location /apis { > # First attempt to

Re: Content Security Policy Headers are not appearing

2022-11-30 Thread blason
I see - that;s a nice suggestion. Let me see how this goes. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,295928,295939#msg-295939 ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org