Simplify build:
- remove needless src/modules.c, that generates by nginx build system - rename the module's source file to src/ngx_otel_module.cpp
This commit is contained in:
parent
dc52126d09
commit
1222d0617e
3 changed files with 1 additions and 15 deletions
|
|
@ -1,14 +0,0 @@
|
|||
#include <ngx_config.h>
|
||||
#include <ngx_core.h>
|
||||
|
||||
extern ngx_module_t gHttpModule;
|
||||
|
||||
ngx_module_t* ngx_modules[] = {
|
||||
&gHttpModule,
|
||||
NULL
|
||||
};
|
||||
|
||||
char* ngx_module_names[] = {
|
||||
"ngx_http_otel_module",
|
||||
NULL
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue