Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
HON95 committed May 30, 2024
1 parent 4d5f7cb commit 285f2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/cloudflare.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Mostly a list of how I like things in Cloudflare, for the very few features I us
- Then: Dynamic, `concat("https://example.net", http.request.uri.path)`, 301 (permanent), preserve query string.
- "Redirect to other site" (redirect rule) (if this domain doesn't have its own main site):
- When: `Hostname equals "example.example"`
- Then: Static, `https://example.net)`, 303 (temporary).
- Then: Static, `https://example.net`, 303 (temporary, see other).
- Network:
- Websockets: On
- gRPC: On
Expand Down

0 comments on commit 285f2a8

Please sign in to comment.