3 lines
96 B
Bash
3 lines
96 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
/usr/sbin/nginx -g "daemon off;pid nginx.pid;" -c nginx.conf -e nginx.log -p $(pwd)
|