2025-02-03 21:38:04 +01:00

6 lines
115 B
Bash

#!/bin/sh
# Exit immediately if a command exits with a non-zero status
set -e
# Start nginx
nginx -g "daemon off;"