Commit Graph

2 Commits

Author SHA1 Message Date
Gerhard Lazu eff4a8de04 Remove explicit TLS disable from Caddyfile
Port config disables TLS by default
2017-10-18 14:11:06 +01:00
Gerhard Lazu 187188d502 Integrate with Caddy to make it easy to make UI changes
Currently, to preview any front-end changes, the broker needs to be
restarted. This takes a good few seconds and breaks the flow. With this
Caddyfile & some symlinks e.g. `rabbitmq_top/priv/www/js/top.js
rabbitmq_management/priv/www/js`, previewing front-end changes is just a
browser-refresh away. To try this out, install
[caddy](https://caddyserver.com/) locally and just run `caddy` in
rabbitmq_management dir.

cc @michaelklishin @dumbbell for discuss and better alternatives

[#151455442]
2017-10-17 18:37:03 +01:00