Skip to content

Commit

Permalink
[ci skip] Autodoc commit for efbffff.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscwiag committed Jun 3, 2024
1 parent 91d2f71 commit 43a55e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions develop/_sources/reference/files/nginx-stage-yml.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@ Configuration Options

.. code-block:: yaml
pun_custom_env: {}
pun_custom_env_declarations: []
Example
Decleary several environment variables to pass to the PUN.

.. code-block:: yaml
pun_custom_env:
pun_custom_env_declarations:
- PATH
- LD_LIBRARY_PATH
- MANPATH
Expand Down
4 changes: 2 additions & 2 deletions develop/reference/files/nginx-stage-yml.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,12 +327,12 @@ <h2>Configuration Options<a class="headerlink" href="#configuration-options" tit
env vars that are declared.</p>
<dl>
<dt>Default</dt><dd><p>No declarations of new environment variables.</p>
<div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="nt">pun_custom_env</span><span class="p">:</span><span class="w"> </span><span class="p p-Indicator">{}</span><span class="w"></span>
<div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="nt">pun_custom_env_declarations</span><span class="p">:</span><span class="w"> </span><span class="p p-Indicator">[]</span><span class="w"></span>
</pre></div>
</div>
</dd>
<dt>Example</dt><dd><p>Decleary several environment variables to pass to the PUN.</p>
<div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="nt">pun_custom_env</span><span class="p">:</span><span class="w"></span>
<div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="nt">pun_custom_env_declarations</span><span class="p">:</span><span class="w"></span>
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">PATH</span><span class="w"></span>
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">LD_LIBRARY_PATH</span><span class="w"></span>
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">MANPATH</span><span class="w"></span>
Expand Down

0 comments on commit 43a55e2

Please sign in to comment.