Initial Commit

This commit is contained in:
root
2017-02-25 23:55:24 +01:00
commit 1fe2e8ab62
4868 changed files with 1487355 additions and 0 deletions

23
Makefile Normal file
View File

@@ -0,0 +1,23 @@
default: build
clean:
rm -rf Makefile objs
build:
$(MAKE) -f objs/Makefile
install:
$(MAKE) -f objs/Makefile install
modules:
$(MAKE) -f objs/Makefile modules
upgrade:
/usr/local/nginx/nginx -t
kill -USR2 `cat /usr/local/nginx/nginx.pid`
sleep 1
test -f /usr/local/nginx/nginx.pid.oldbin
kill -QUIT `cat /usr/local/nginx/nginx.pid.oldbin`