4 lines
82 B
Bash
4 lines
82 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
exec /usr/sbin/nginx -c /etc/nginx/nginx.conf -g "daemon off;" 2>&1
|