123456789101112131415161718192021222324 |
- {
- "github": {
- "silent": true
- },
- "headers": [
- {
- "source": "/(.*)",
- "headers": [
- {
- "key": "X-Real-IP",
- "value": "$remote_addr"
- },
- {
- "key": "X-Forwarded-For",
- "value": "$proxy_add_x_forwarded_for"
- },
- {
- "key": "Host",
- "value": "$http_host"
- }
- ]
- }
- ]
- }
|