2023-11-06 22:40:14 +02:00

9 lines
124 B
Bash
Executable File

#!/usr/bin/env bash
DOMAIN="gordi.ngtech.home"
bash /gen-self-signed-cert.sh "${DOMAIN}"
nginx -T
nginx -g 'daemon off;'