Add simple client side component

This commit is contained in:
2026-04-12 11:52:52 +02:00
parent 673546e7e6
commit 388286f72e
5 changed files with 216 additions and 42 deletions
+2 -1
View File
@@ -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"