123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "webservice": {
- "services": [
- {
- "service": "nginx-ui",
- "display_name": "NginxUI",
- "support_alias": true,
- "support_server": true,
- "type": "reverse_proxy",
- "icon": "ui/icons/MyIcon_{0}.png",
- "proxy_target": "http://127.0.0.1:38080",
- "proxy_headers": [
- {
- "name": "host",
- "value": "$host"
- },
- {
- "name": "Upgrade",
- "value": "$http_upgrade"
- },
- {
- "name": "Connection",
- "value": "$connection_upgrade"
- }
- ],
- "connect_timeout": 60,
- "read_timeout": 3600,
- "send_timeout": 60
- }
- ]
- },
- "web-config": {
- "nginx-static-config": {
- "enable": [
- {
- "relpath": "etc/web-config/dsm.nginx-ui.conf",
- "type": "dsm"
- }
- ]
- }
- }
- }
|