resource 908 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "webservice": {
  3. "services": [
  4. {
  5. "service": "nginx-ui",
  6. "display_name": "NginxUI",
  7. "support_alias": true,
  8. "support_server": true,
  9. "type": "reverse_proxy",
  10. "icon": "ui/icons/MyIcon_{0}.png",
  11. "proxy_target": "http://127.0.0.1:38080",
  12. "proxy_headers": [
  13. {
  14. "name": "host",
  15. "value": "$host"
  16. },
  17. {
  18. "name": "Upgrade",
  19. "value": "$http_upgrade"
  20. },
  21. {
  22. "name": "Connection",
  23. "value": "$connection_upgrade"
  24. }
  25. ],
  26. "connect_timeout": 60,
  27. "read_timeout": 3600,
  28. "send_timeout": 60
  29. }
  30. ]
  31. },
  32. "web-config": {
  33. "nginx-static-config": {
  34. "enable": [
  35. {
  36. "relpath": "etc/web-config/dsm.nginx-ui.conf",
  37. "type": "dsm"
  38. }
  39. ]
  40. }
  41. }
  42. }