DO288-apps/hello-world-nginx/run.sh
2019-05-23 13:13:16 -04:00

4 lines
77 B
Bash

#!/bin/bash
source scl_source enable rh-nginx18
exec nginx -g "daemon off;"