3 lines
39 B
Bash
3 lines
39 B
Bash
#!/bin/sh
|
|
|
|
exec nginx -g "daemon off;"
|
#!/bin/sh
|
|
|
|
exec nginx -g "daemon off;"
|