We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48907e4 commit 8f8c5aaCopy full SHA for 8f8c5aa
src/nginx_moudle_echo.c
@@ -0,0 +1,6 @@
1
+//
2
+// Created by wujunze on 2017/6/12.
3
4
+typedef struct {
5
+ ngx_str_t ed; //该结构体定义在这里 https://github.com/nginx/nginx/blob/master/src/core/ngx_string.h
6
+} ngx_http_echo_loc_conf_t;
0 commit comments