Update https-nginx example README and inotifywait cmd
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
nginx "$@"
|
||||
oldcksum=`cksum /etc/nginx/conf.d/default.conf`
|
||||
|
||||
inotifywait -mr --timefmt '%d/%m/%y %H:%M' --format '%T' \
|
||||
inotifywait -e modify,move,create,delete -mr --timefmt '%d/%m/%y %H:%M' --format '%T' \
|
||||
/etc/nginx/conf.d/ | while read date time; do
|
||||
|
||||
newcksum=`cksum /etc/nginx/conf.d/default.conf`
|
||||
|
Reference in New Issue
Block a user