Skip to content

Commit

Permalink
Merge pull request #617 from openziti/fix-curl
Browse files Browse the repository at this point in the history
fix curl statement
  • Loading branch information
dovholuknf authored Aug 3, 2023
2 parents 9fbd327 + 5ce0ce5 commit 9d53a76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ You can see what your value is set to by running


```bash
curl "${ZITI_CTRL_EDGE_ADVERTISED_ADDRESS}:${ZITI_CTRL_EDGE_ADVERTISED_PORT}"
curl -sk "${ZITI_CTRL_EDGE_ADVERTISED_ADDRESS}:${ZITI_CTRL_EDGE_ADVERTISED_PORT}"
```

Example output:
Expand Down

1 comment on commit 9d53a76

@vercel
Copy link

@vercel vercel bot commented on 9d53a76 Aug 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ziti-doc – ./

ziti-doc-openziti.vercel.app
ziti-doc-git-main-openziti.vercel.app
ziti-doc-docusaurus.vercel.app

Please sign in to comment.