Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Gerstenkorn authored Mar 19, 2022
1 parent 08e6e64 commit 76d8d15
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,11 @@ name in the output of cdn-proxy after creating the distribution.

Using curl to make a request to a specific origin can be done with the following:

> curl -H 'Cdn-Proxy-Origin: <Origin IP>' <Distribution Domain Name>
```
curl -H 'Cdn-Proxy-Origin: Origin_IP' Distribution_Domain_Name
```

Where "<Origin IP>" is the target origin IP and "<Distribution Domain Name>" is the domain name of the CloudFront distribution
Where "Origin_IP" is the target origin IP and "Distribution_Domain_Name" is the domain name of the CloudFront distribution
created with the `cdn-proxy cloudfront create` command. The domain name can also be found by running `cdn-proxy cloudfront status`.
More curl examples can be found at the end of this subcommand section.

Expand Down

0 comments on commit 76d8d15

Please sign in to comment.