Fixing nginx configuration added missing semicolon

This commit is contained in:
Ibrahim 2017-08-22 19:42:25 +02:00 committed by GitHub
parent 79f3f28630
commit fdc7cf37bc
1 changed files with 1 additions and 1 deletions

View File

@ -1004,7 +1004,7 @@ Once you've configured the application server, you must proxy requests to it by
```
upstream application_server {
server 0.0.0.0:8080
server 0.0.0.0:8080;
}
server {