nginx-container
nginx-container copied to clipboard
Nginx high-performance HTTP server and reverse proxy container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Li...
Similar to the [other request for streaming support](https://github.com/sclorg/nginx-container/issues/95) can we install the module to support the perl module? The default nginx installation is set to load that module dynamically already...
Given these nginx instances are configured to run in containers, is there any reason that `port_in_redirect off;` should not be a default directive in the `server {}` block? I realize...
The Nginx [official document](http://nginx.org/en/docs/http/ngx_http_ssl_module.html) recommends to enable **ssl_session_cache** and set that to **shared:name:size**, which enables cache shared between all worker processes. "To reduce the processor load it is recommended to...
I wasn't able to build on my Ubuntu 18.04 LTS. How can I change default registry from `hub.docker.com` to `registry.access.redhat.com`? Here are the messages I got when running `make build...
Nginx image should allow to use secured connections over SSL. I believe that it should be possible to just provide the SSL certificate somewhere, and appropriate config file, but we...
Creating an issue for this so that it is not forgotten. For more information about the reason why it was commented out, see similar bug in httpd: https://bugzilla.redhat.com/show_bug.cgi?id=1482143 Workaround introduced...
The [httpd image has support](https://github.com/sclorg/httpd-container/blob/master/2.4/s2i/bin/assemble) for developer provided sed input that can override the global config. Can the nginx image be altered so a similar mechanism can be used to...
Currently s2i image allows to add static configuration files. Nginx by default is not providing any comprehensible solution to do it and usually best pattern to achieve that is to...
```bash ```bash TASK [Run a sclorg test suite in OpenShift 4] ********************************** 2022-10-04 09:27:06,788 p=1371 u=default | changed: [localhost] => {"changed": true, "cmd": "VERSION=1.20 IMAGE_NAME=rhscl-nginx-120-rhel7 OS=rhel7 CVP=1 bash /home/jenkins/agent/workspace/cvp-product-test/dist-git/test/run-openshift-remote-cluster |...
There are no ubi/xginx:122 and ubi/xginx:121 images available from Red Hat, thereby rendering the respective .rhel8 docker files incorrect. This is going to confuse developers. The builds will fail. Can...