Found Nginx 1.19.0 stopped but no idea what happened

2020-06-30 Thread evald ibrahimi
hello everybody, I'm using nginx 1.19.0 with ModSec on Centos 7. The other day it happened twice that nginx was stopped. No idea what could cause the issue but i found on the error.log the following: So it seems the server was running out of memory and it stopped nginx? Thank you 2020/06/29 17:2

X-Accel-Redirect not redirecting to named locaiton

2020-06-30 Thread latha
I have the below config, calling /v2/test/status calls the http://test.svc.cluster.local:9080/status. But the named location `acreate` is not being called. http://test.svc.cluster.local:9080/status does return `X-Accel-Redirect: @acreate` in response header. location @acreate { internal;

Re: Nginx as reverse proxy in Openshift Cluster

2020-06-30 Thread siva.pannier
Thank you so much for the guidance. I did the deployment of the below image via Openshift Console. As per the JSON, it should have picked the version 1.16. However it deployed the older verison 1.12. Not sure whats wrong here. "https://github.com/sclorg/nginx-ex"; Posted at Nginx Forum: https:/

Re: .htaccess

2020-06-30 Thread Francis Daly
On Sat, Jun 27, 2020 at 06:49:51PM -0300, Zonimi wrote: Hi there, > Hello, I would like to know how do I convert this to nginx; > > > RewriteEngine On > RewriteCond %{REQUEST_URI} !(/$|\.) > RewriteRule (.*) %{REQUEST_URI}/ [R=301,L] > > RewriteCond %{REQUEST_FILENAME} !-f > RewriteCond %{REQU