Files
vps/nginx/setup
Михаил Капелько 335811b267 introduce steps
2025-12-06 07:00:38 +03:00

10 lines
178 B
Bash

#!/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