Skip to content

Commit

Permalink
Merge pull request #518 from Firkraag/master
Browse files Browse the repository at this point in the history
Add a paragraph to explain the reason of the message "unable to load configuration from..."
  • Loading branch information
rdeioris authored Feb 19, 2023
2 parents 5803f76 + bd4e3e3 commit 7a52f8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ uWSGI supports loading configuration files over several methods other than simpl
uwsgi --yaml fd://0 # file descriptor
uwsgi --json 'exec://nc 192.168.11.2:33000' # arbitrary executable

.. note::

If the configuration file type is not specified in the parameter list (e.g. --ini, --xml, etc.),
uwsgi tries to deduce the file type from the filename extension.
If the extension is not a supported file type,
uwsgi displays the message "unable to load configuration from..." and exits.

.. note::

More esoteric file sources, such as the :doc:`Emperor<Emperor>`, embedded
Expand Down

0 comments on commit 7a52f8b

Please sign in to comment.