fix nginx conf loc
This commit is contained in:
parent
d902f838e0
commit
301dcdddb3
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
function start_nginx() {
|
function start_nginx() {
|
||||||
/usr/sbin/nginx -p /usr/local/jekyll -c nginx.conf
|
/usr/sbin/nginx -p /usr/local/jekyll/nginx -c nginx.conf
|
||||||
}
|
}
|
||||||
|
|
||||||
function watchtower() {
|
function watchtower() {
|
||||||
|
|
Loading…
Reference in New Issue