PHP Classes

File: docker/config/unit.json

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Jaxon DB Admin   docker/config/unit.json   Download  
File: docker/config/unit.json
Role: Auxiliary data
Content typex: text/plain
Description: Auxiliary data
Class: Jaxon DB Admin
Web application to manage SQL of databases
Author: By
Last change: Update of docker/config/unit.json
Date: 2 months ago
Size: 617 bytes
 

Contents

Class file image Download
{ "listeners": { "*:8080": { "pass": "routes" } }, "routes": [ { "match": { "uri": "!/index.php" }, "action": { "share": "/var/www/public$uri", "fallback": { "pass": "applications/dbadmin" } } } ], "applications": { "dbadmin": { "type": "php", "root": "/var/www/public/", "script": "index.php", "user": "dbadmin", "group": "dbadmin" } } }