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