#!/bin/sh

exec 2>&1
exec /usr/bin/nginx -g 'daemon off;'
