Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
flowengine-docker
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template
flowengine-docker
Commits
d8375e4d
Commit
d8375e4d
authored
Oct 04, 2023
by
marwan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parent
36279af7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
56 additions
and
0 deletions
+56
-0
apisix-route.json
+56
-0
No files found.
apisix-route.json
0 → 100644
View file @
d8375e4d
{
"uri"
:
"/*"
,
"name"
:
"flowengine-${SH_PROJECTPODID}"
,
"methods"
:
[
"GET"
,
"POST"
,
"PUT"
,
"DELETE"
,
"PATCH"
,
"HEAD"
,
"OPTIONS"
,
"CONNECT"
,
"TRACE"
,
"PURGE"
],
"host"
:
"${SH_PROJECTPODID}.flowengine.nexiiot.io"
,
"plugins"
:
{
"cors"
:
{
"allow_credential"
:
false
,
"allow_headers"
:
"*"
,
"allow_methods"
:
"*"
,
"allow_origins"
:
"*"
,
"disable"
:
false
,
"expose_headers"
:
"*"
,
"max_age"
:
5
},
"redirect"
:
{
"http_to_https"
:
true
}
},
"upstream"
:
{
"nodes"
:
[
{
"host"
:
"flowengine-${SH_PROJECTPODID}_app"
,
"port"
:
80
,
"weight"
:
1
}
],
"timeout"
:
{
"connect"
:
6
,
"send"
:
6
,
"read"
:
6
},
"type"
:
"roundrobin"
,
"scheme"
:
"http"
,
"pass_host"
:
"pass"
,
"keepalive_pool"
:
{
"idle_timeout"
:
60
,
"requests"
:
1000
,
"size"
:
320
}
},
"enable_websocket"
:
true
,
"status"
:
1
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment