a small private-blog service

proxy.conf.json 117B

12345678
  1. {
  2. "*": {
  3. "target": "http://localhost:8085",
  4. "secure": false,
  5. "loglevel": "debug"
  6. }
  7. }