Add simple client side component
This commit is contained in:
@@ -5,6 +5,7 @@ build: ngx_http_pow.c
|
||||
|
||||
.PHONY: configure
|
||||
configure:
|
||||
cd ../nginx; \
|
||||
../nginx/auto/configure \
|
||||
--prefix=/Users/jona/repos/ngx-pow/nginx/install \
|
||||
--with-debug \
|
||||
@@ -12,4 +13,4 @@ configure:
|
||||
|
||||
.PHONY: run
|
||||
run: build
|
||||
../nginx/objs/nginx -c "$(PWD)/ngx_http_pow.conf" -g "daemon off;"
|
||||
../nginx/objs/nginx -c "$(PWD)/ngx_http_pow.conf"
|
||||
|
||||
Reference in New Issue
Block a user