Files
vps/nginx/setup
Михаил Капелько 8b29410e02 rm obs
2025-12-06 07:56:52 +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