Fix port typo.

Signed-off-by: Wichai Termwuttipreecha <chengings@gmail.com>
This commit is contained in:
Wichai Termwuttipreecha 2021-03-26 15:31:51 +00:00
parent a42a8531ab
commit d55fa11f67

View File

@ -61,7 +61,7 @@ c2c703b66b19 nginx-flask-mysql_proxy "nginx -g 'daemon of…" 39 se
After the application starts, navigate to `http://localhost:80` in your web browser or run:
```
$ curl localhost:8080
$ curl localhost:80
<div>Blog post #1</div><div>Blog post #2</div><div>Blog post #3</div><div>Blog post #4</div>
```