Can't run phpmyadmin under nginxunit

lhmwzy lhmwzy at 126.com
Sun Jan 7 08:14:14 UTC 2018


# cat config/blogs.json
{
     "listeners": {
         "*:8300": {
             "application": "blog"
         }
     },
     "applications": {
         "blog": {
             "type": "php",
             "workers": 20,
             "root": "/home/www/phpmyadmin/",
             "index": "index.php"
         }
     }
}
# curl -X PUT -d @config/blogs.json --unix-socket ./control.unit.sock http://10.66.23.99:8300
{
        "success": "Reconfiguration done."
}
But when access http://10.66.23.99:8300
the page is blank.
the app which run is https://www.phpmyadmin.net/.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/unit/attachments/20180107/503c439f/attachment.html>


More information about the unit mailing list