[PATCH 1/2] lib: Update uWSGI, nginx config files

Philippe Pepiot philippe.pepiot at logilab.fr
Fri May 5 00:53:35 AEST 2017


On 05/02/2017 01:56 AM, Stephen Finucane wrote:
> diff --git a/lib/uwsgi/patchwork.ini b/lib/uwsgi/patchwork.ini
> index 04a9837..d67837c 100644
> --- a/lib/uwsgi/patchwork.ini
> +++ b/lib/uwsgi/patchwork.ini
> @@ -1,6 +1,7 @@
>  [uwsgi]
>
> -plugins = python27
> +# change this to python3 if running Patchwork under Python 2.7
> +plugins = python3

I think the comment should be "# change this to python27 if running 
Patchwork under Python 2.7"

Cheers,

>
>  project = patchwork
>  base = /opt


More information about the Patchwork mailing list