Skip to content

Commit 4c3a102

Browse files
committed
fix nginx version in readme
1 parent 4cc0379 commit 4c3a102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ With this feature one java main thread can handle thousands of connections.
2626
1. More easier to archive Sub/Pub services with broadcast events API
2727
1. Run initialization clojure code when nginx worker starting
2828
1. Support user defined http request method
29-
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.)
29+
1. Compatible with the Nginx lastest stable version 1.8.0. (Nginx 1.6.x, 1.4.x is also ok, older version is not tested and maybe works.)
3030
1. One of benifits of [Nginx](http://nginx.org/) is worker processes are automatically restarted by a master process if they crash
3131
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.
3232
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)