mirror of
https://github.com/nginx/nginx.git
synced 2025-01-22 14:23:18 -06:00
7 lines
92 B
Plaintext
7 lines
92 B
Plaintext
|
|
||
|
cat << END >> $NGX_AUTO_CONFIG_H
|
||
|
|
||
|
#ifndef $ngx_param
|
||
|
#define $ngx_param $ngx_value
|
||
|
#endif
|