fix: update port to 3003
This commit is contained in:
parent
2e9b32a8fd
commit
add50dc7af
2 changed files with 4 additions and 4 deletions
|
|
@ -115,7 +115,7 @@ in
|
|||
header Cross-Origin-Embedder-Policy "require-corp"
|
||||
|
||||
handle /api/* {
|
||||
reverse_proxy 127.0.0.1:3001
|
||||
reverse_proxy 127.0.0.1:3003
|
||||
}
|
||||
|
||||
handle {
|
||||
|
|
@ -132,7 +132,7 @@ in
|
|||
header Cross-Origin-Embedder-Policy "require-corp"
|
||||
|
||||
handle /api/* {
|
||||
reverse_proxy 127.0.0.1:3001
|
||||
reverse_proxy 127.0.0.1:3003
|
||||
}
|
||||
|
||||
handle {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue