4 lines
89 B
Plaintext
4 lines
89 B
Plaintext
|
#!/bin/bash
|
||
|
HERE="$(dirname $(readlink -f $0))"
|
||
|
exec nginx -p $HERE/ -c $HERE/nginx.conf
|