chore: more updates

This commit is contained in:
Ed L
2025-11-14 03:38:19 -08:00
parent dce6d6ba3b
commit 77adea7221
7 changed files with 208 additions and 37 deletions

View File

@ -1,12 +1,12 @@
# Add the path to your library here.
load_module %PATH_TO_LIB%;
load_module target/debug/libnginx_test.so;
worker_processes 1;
events {}
#Uncomment and add a log file path if desired
#error_log %PATH_TO_LOG% debug;
error_log logs/error.log debug;
http {
server {