Skip to content

Commit

Permalink
add section for testing with curl
Browse files Browse the repository at this point in the history
  • Loading branch information
galonge committed Jun 26, 2019
1 parent 1e0f11c commit eea3ce7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,16 @@ Assuming you are in the bosh nginx directory cloned earlier, i.e. in the bosh-ng
bosh -e {{env_alias}} -d nginx-deployment deploy examples/nginx-deployment.yml
```

#### Testing
#### Testing with Curl

Open terminal/command prompt and type in the following curl command to test

```bash
curl -u admin http://10.244.0.2
```
when prompted for a password, type in `admin` without the quotes.

### Testing with Browser
Visit <http://10.244.0.2/> on your browser and you should see the nginx homescreen with a popup to authenticate:

Default username and password is `admin`
Expand Down

0 comments on commit eea3ce7

Please sign in to comment.