Files
vps/nginx/setup
Михаил Капелько d9d691db1d add some steps
2025-12-05 22:58:48 +03:00

10 lines
178 B
Bash
Executable File

#!/bin/bash -e
SDIR=$(cd "$(dirname "$0")" ; pwd -P)
T=$SDIR/../step
STEP=0
source $T/ensureRootUser
source $T/installNginx
source $T/copyNginxProdConfig
source $T/restartNginx