Skip to content

Commit 7bf35ff

Browse files
authored
Merge pull request #891 from oracle/readyapp
edit CURL command for ReadyApp
2 parents ad68dbe + 69bbbca commit 7bf35ff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

site/quickstart.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,8 @@ e. To confirm that the load balancer noticed the new Ingress and is successfully
234234
$ kubectl get po -n sample-domain1-ns -o wide
235235
```
236236

237-
**NOTE**: Be sure to include the trailing forward slash on the URL, otherwise the command won't work.
238-
239237
```
240-
$ curl -v -H 'host: sample-domain1.org' http://your.server.com:30305/weblogic/
238+
$ curl -v -H 'host: sample-domain1.org' http://your.server.com:30305/weblogic/ready
241239
* About to connect() to your.server.com port 30305 (#0)
242240
* Trying 10.196.1.64...
243241
* Connected to your.server.com (10.196.1.64) port 30305 (#0)

0 commit comments

Comments
 (0)