Changes between Initial Version and Version 1 of Ticket #1785, comment 1
- Timestamp:
- 06/19/20 07:21:03 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1785, comment 1
initial v1 8 8 9 9 We can't use the Lua module for info-security reasons - the whole point of choosing Nginx is for a small attack surface with minimal additional modules. 10 11 A directive something like this, in global context{...} scope, would probably suffice: 12 {{{ 13 $variable = getenv('NAME', 'DEFAULT_VALUE'); 14 }}}