Update return command

pull/582/head
Nemo 2020-06-24 15:17:45 +02:00
parent 82d2bdcb0c
commit 7f3fb70d29
1 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ curl --head http://127.0.0.1:8080
```bash ```bash
HTTP/1.1 200 OK HTTP/1.1 200 OK
Server: nginx/1.19.0 Server: nginx/1.19.0
Date: Mon, 22 Jun 2020 10:34:51 GMT Date: Wed, 24 Jun 2020 12:55:15 GMT
Content-Type: text/html Content-Type: text/html
Content-Length: 612 Content-Length: 612
Last-Modified: Tue, 26 May 2020 15:00:20 GMT Last-Modified: Tue, 26 May 2020 15:00:20 GMT
@ -135,7 +135,7 @@ kubectl logs $POD_NAME
> Output: > Output:
```bash ```bash
127.0.0.1 - - [22/Jun/2020:10:34:51 +0000] "HEAD / HTTP/1.1" 200 0 "-" "curl/7.64.0" "-" 127.0.0.1 - - [24/Jun/2020:12:55:15 +0000] "HEAD / HTTP/1.1" 200 0 "-" "curl/7.64.0" "-"
``` ```
### Exec ### Exec
@ -192,7 +192,7 @@ curl -I http://${NODE_IP}:${NODE_PORT}
```bash ```bash
HTTP/1.1 200 OK HTTP/1.1 200 OK
Server: nginx/1.19.0 Server: nginx/1.19.0
Date: Mon, 22 Jun 2020 10:38:31 GMT Date: Wed, 24 Jun 2020 12:57:37 GMT
Content-Type: text/html Content-Type: text/html
Content-Length: 612 Content-Length: 612
Last-Modified: Tue, 26 May 2020 15:00:20 GMT Last-Modified: Tue, 26 May 2020 15:00:20 GMT