Skip to content

Commit

Permalink
update nginx listen backlog conf
Browse files Browse the repository at this point in the history
  • Loading branch information
John G G authored Aug 4, 2018
1 parent b7349aa commit e099188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ http {
}

server {
listen 8080;
listen 8080 backlog=16384;
server_name jussi;

add_header Access-Control-Allow-Origin "*";
Expand Down

0 comments on commit e099188

Please sign in to comment.