1234567891011121314151617181920212223 |
- {
- "headers": [
- {
- "source": "/(|install.sh)",
- "headers": [
- {
- "key": "Content-Type",
- "value": "text/plain"
- },
- {
- "key": "Content-Disposition",
- "value": "inline; filename=\"install.sh\""
- }
- ]
- }
- ],
- "rewrites": [
- {
- "source": "/",
- "destination": "/install.sh"
- }
- ]
- }
|