diff --git a/source/reference/files/nginx-stage-yml.rst b/source/reference/files/nginx-stage-yml.rst index 9658b0cd1..0ec04f0d3 100644 --- a/source/reference/files/nginx-stage-yml.rst +++ b/source/reference/files/nginx-stage-yml.rst @@ -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