4 lines
77 B
Bash
4 lines
77 B
Bash
#!/bin/bash
|
|
|
|
source scl_source enable rh-nginx18
|
|
exec nginx -g "daemon off;"
|