Skip to content

Commit

Permalink
replace {all} by {default}
Browse files Browse the repository at this point in the history
  • Loading branch information
flovntp committed Dec 3, 2024
1 parent bab3916 commit 95f4232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sites/upsun/src/get-started/stacks/nextjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ applications:
passthru: true
routes:
"https://{all}/": { type: upstream, upstream: "myapp:http" }
"http://{all}/": { type: redirect, to: "https://{all}/" }
"https://{default}/": { type: upstream, upstream: "myapp:http" }
"http://{default}/": { type: redirect, to: "https://{default}/" }
```
As an example, above is the minimum configuration needed to deploy a Next.js application on {{% vendor/name %}} without any services.
Expand Down

0 comments on commit 95f4232

Please sign in to comment.