Changes between Initial Version and Version 1 of Ticket #1785, comment 1


Ignore:
Timestamp:
06/19/20 07:21:03 (4 years ago)
Author:
edrandall@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1785, comment 1

    initial v1  
    88
    99We 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
     11A directive something like this, in global context{...} scope, would probably suffice:
     12{{{
     13$variable = getenv('NAME', 'DEFAULT_VALUE');
     14}}}