Fix NGINX example

This commit is contained in:
Raphaël Thériault 2019-10-25 18:07:55 -04:00 committed by GitHub
parent 6434f9e359
commit 73df81971e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ Don't forget to replace `8080` with the port specified in your config and `examp
```nginx
server {
listen 8080;
listen [::]:8080;
listen 80;
listen [::]:80;
server_name example.com;