Skip to content

Commit 093f592

Browse files
committed
tweak nginx config
1 parent 62d80aa commit 093f592

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error_log /dev/stdout info;
44

55
events {
66
worker_connections 4096;
7-
multi_accept on:
7+
multi_accept on;
88
}
99

1010
http {

0 commit comments

Comments
 (0)