- Update HttpModule trait implementation to match ngx 0.5.0 API - Implement HttpModuleLocationConf as separate unsafe trait - Fix configuration access using Module::location_conf() - Replace ngx_null_command macro with explicit null command - Update imports to use correct constant names - Suppress C FFI naming convention warnings
6 lines
119 B
Plaintext
Executable File
6 lines
119 B
Plaintext
Executable File
./ngx_src/nginx-1.28.0/objs/nginx \
|
|
-e /dev/stdout \
|
|
-p "$PWD" \
|
|
-c conf/howto.conf \
|
|
-g 'daemon off;'
|