The micro web provides a dashboard to view and query services.
go get github.com/micro/micromicro webBrowse to localhost:8082
Serve securely by default using ACME via letsencrypt
micro --enable_acme web
Optionally specify a host whitelist
micro --enable_acme --acme_hosts=example.com,api.example.com web
The Web proxy supports serving securely with TLS certificates
micro --enable_tls --tls_cert_file=/path/to/cert --tls_key_file=/path/to/key web


