Skip to content

Commit

Permalink
Fix example for build configuration
Browse files Browse the repository at this point in the history
Inherit from base which has the needed plugin_path configuration.
Fix unbit/uwsgi#1120
  • Loading branch information
StefanoOrdine committed Dec 1, 2015
1 parent 43b33f7 commit 1490026
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Embed.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ In the ``buildconf`` directory, define your profile -- let's call it flask.ini:
.. code-block:: ini
[uwsgi]
inherit = default
inherit = base
main_plugin = python
bin_name = myapp
embed_files = bootstrap.py,myapp.py
Expand Down

0 comments on commit 1490026

Please sign in to comment.