An open API service indexing awesome lists of open source software.

https://github.com/rexagod/base-ubi-nginx

Base image to bootstrap NGINX on a ubi-minimal image.
https://github.com/rexagod/base-ubi-nginx

Last synced: 3 months ago
JSON representation

Base image to bootstrap NGINX on a ubi-minimal image.

Awesome Lists containing this project

README

          

# Nginx Base Image

A lightweight NGINX server based on ubi-minimal image.
The image is currently on version `nginx-1.21.0`

# About

This container image runs NGINX as a non-root container.

# Defaults

By default the image runs on http, and expects our files to be in `/var/html/www`

The user can provide their own certificates and nginx config, in order to use https.
Checkout [this example](https://github.com/rexagod/base-ubi-nginx/blob/364964bf3031d843d337d3052198676bee0764bd/examples/https) as reference.