mirror of
https://github.com/nginx/nginx.git
synced 2024-12-17 15:17:48 +08:00
11 lines
145 B
C
11 lines
145 B
C
|
|
||
|
/*
|
||
|
* Copyright (C) Nginx, Inc.
|
||
|
* Copyright (C) Valentin V. Bartenev
|
||
|
*/
|
||
|
|
||
|
|
||
|
#include <ngx_config.h>
|
||
|
#include <ngx_core.h>
|
||
|
#include <ngx_http.h>
|