view auto/types/value @ 7303:118885f7a577

MIME: added font/woff2 type (ticket #1243).
author Valentin Bartenev <vbart@nginx.com>
date Fri, 15 Jun 2018 17:29:55 +0300
parents d620f497c50f
children
line wrap: on
line source


# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $ngx_param
#define $ngx_param  $ngx_value
#endif

END