openshift-nginx
openshift-nginx copied to clipboard
trafficstars
NGINX image for OpenShift
based on the official nginx image with the following modifications to be able to run on openshift:
- listens on port 8081
- directories
/var/cache/nginx,/var/runand/var/log/nginxare writeable for root group - removes the
userdirective from /etc/nginx/nginx.conf
More details about this repository and why the modifications are necessary to run nginx on OpenShift can be found in this blog https://torstenwalter.de/openshift/nginx/2017/08/04/nginx-on-openshift.html.