Skip to content
  • Jakub Jirutka's avatar
    main/uwsgi: set default plugin_dir · 900a4a14
    Jakub Jirutka authored and Natanael Copa's avatar Natanael Copa committed
    Default value of plugin_dir is . (current working directory). This is
    bad, because plugins can't be loaded using simple name  (e.g. uwsgi
    --plugin python) and absolute path must be used instead. It also breaks
    some applications that use uwsgi wrappers which expects this variable to
    be set correctly.
    
    The patch is backported from https://github.com/unbit/uwsgi/pull/1217.
    900a4a14