1
0
angie-conv-image/angie/conf.dist/core-preserve-env.conf.j2

4 lines
88 B
Plaintext
Raw Normal View History

2024-07-11 13:35:07 +03:00
{% for v in os.getenv('NGX_CORE_ENV', '').split(sep=' ') -%}
env {{ v }};
{% endfor -%}