Skip to content

Commit 8e3684e

Browse files
committed
nginx version to 1.6.x
1 parent 036e354 commit 8e3684e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoreFeatures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ With this feature one java main thread can handle thousands of connections.
1616
1. More easier to archive Sub/Pub services with broadcast events API
1717
1. Run initialization clojure code when nginx worker starting
1818
1. Support user defined http request method
19-
1. Compatible with the Nginx lastest stable version 1.6.0. (Nginx 1.4.x is also ok, older version is not tested and maybe works.)
19+
1. Compatible with the Nginx lastest stable version 1.6.x. (Nginx 1.4.x is also ok, older version is not tested and maybe works.)
2020
1. One of benifits of [Nginx](http://nginx.org/) is worker processes are automatically restarted by a master process if they crash
2121
1. Utilizes lazy headers and direct memory operation between [Nginx](http://nginx.org/) and JVM to fast handle dynamic contents from Clojure or Java code.
2222
1. Utilizes [Nginx](http://nginx.org/) zero copy file sending mechanism to fast handle static contents controlled by Clojure or Java code.

0 commit comments

Comments
 (0)