mailinabox/containers/docker/runit/nginx.sh

4 lines
82 B
Bash

#!/bin/bash
exec /usr/sbin/nginx -c /etc/nginx/nginx.conf -g "daemon off;" 2>&1