[pkg-uWSGI-devel] Bug#747835: uwsgi-plugin-php: http doesnt seem to work via /etc/uwsgi/app-enabled config
Alexandre Rossi
niol at zincube.net
Mon May 11 08:24:48 BST 2020
Hi,
> However, the following config file as /etc/uwsgi/apps-enabled/helloworld.ini
> does not
>
> [uwsgi]
> plugins = http,0:php
> chdir = /var/www/html
> master = true
> master-as-root = true
> http = :80
>
> nor does
>
> [uwsgi]
> plugins = http,php
> chdir = /var/www/html
> master = true
> master-as-root = true
> http = :80
> http-modifier1 = 14
For me, the following line works well:
[uwsgi]
http-socket = :80
plugins = 0:php
Thanks,
Alex
More information about the pkg-uWSGI-devel
mailing list