NGINX
HTTPサーバ
F5 が買収かなにかした? 開発者のひとりが分岐したfreenginxを立ち上げ
https://nginx.org/
https://nginx.com/ F5 サポート版
コンテナ
https://hub.docker.com/_/nginx
https://hub.docker.com/r/nginxinc/nginx-unprivileged 非特権ユーザ版
$ podman run -it --rm -d -p 8080:80 --name web docker.io/nginx
-v ./html:/usr/share/nginx/html
設定ファイル /etc/nginx/nginx.conf
テンプレート NGINX_ENVSUBST_TEMPLATE_DIR /etc/nginx/templates/
${NGINX_ENVSUBST_TEMPLATE_DIR}/*.template
テンプレートコピー先 NGINX_ENVSUBST_OUTPUT_DIR /etc/nginx/conf.d