chore: more updates
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user