2023-06-02 21:37:48 +02:00
|
|
|
{
|
|
|
|
"headers": [
|
|
|
|
{
|
2024-10-18 14:27:54 +02:00
|
|
|
"source": "/(|install.sh)",
|
2023-10-28 10:24:24 +02:00
|
|
|
"headers": [
|
|
|
|
{
|
|
|
|
"key": "Content-Type",
|
|
|
|
"value": "text/plain"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "Content-Disposition",
|
|
|
|
"value": "inline; filename=\"install.sh\""
|
|
|
|
}
|
|
|
|
]
|
2023-06-02 21:37:48 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"rewrites": [
|
|
|
|
{
|
2024-10-18 14:27:54 +02:00
|
|
|
"source": "/",
|
2023-06-02 21:37:48 +02:00
|
|
|
"destination": "/install.sh"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|