nginx-hello-world-module
nginx-hello-world-module copied to clipboard
A hello world module for learning Nginx module development
the nginx build generates this on the fly and inserts it into the .so might be useful to have it as an optional thing, or mention ``` extern ngx_module_t ngx_http_hello_world_module;...
Content ended with terminating null character. This caused problems in web browsers. Firefox asked where to save file which is type of BIN. Chromium added to downloads. Both browsers decided...
- Configure config directives for being available in the main context - Write initialize and merge function for merging the main context with the server context (ngx_http_acme_merge_main_conf, ...)