view auto/define @ 7348:f6e7831a17d4

Uwsgi: added a check on maximum uwsgi request size. Requested by Chris Caputo.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 03 Sep 2018 19:17:06 +0300
parents d620f497c50f
children
line wrap: on
line source


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


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $have
#define $have  $value
#endif

END