# Variables of this file can be overwritten with
# /etc/default/container-nginx

# Name of the image path to pull the nginx image from
NGINX_IMAGE_PATH=registry.opensuse.org/opensuse/nginx:latest

# Name of the path where the configuration is stored
NGINX_CFG="/srv/nginx/etc"


# Name of the path where the web pages are stored
HTDOCS_DIR="/srv/nginx/htdocs"
