Skip to content

Commit 1476fe0

Browse files
committed
add some comments for nginx-jersey
1 parent 8fcc366 commit 1476fe0

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

More.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,9 @@ in nginx.conf
476476
477477
content_handler_type java;
478478
content_handler_name 'nginx.clojure.bridge.NginxBridgeHandler';
479-
content_handler_property system.m2rep '/home/who/.m2/repository';
479+
480+
##we can set system properties ,e.g. m2rep
481+
#content_handler_property system.m2rep '/home/who/.m2/repository';
480482
481483
##we can put jars into some dir then all of their path will be appended into the classpath
482484
#content_handler_property bridge.lib.dirs 'my-jersey-libs-dir:myother-dir';

More.md.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,9 @@ <h2>
447447

448448
<span class="pl-k">content_handler_type</span> java;
449449
<span class="pl-k">content_handler_name</span> <span class="pl-s">'nginx.clojure.bridge.NginxBridgeHandler'</span>;
450-
<span class="pl-k">content_handler_property</span> system.m2rep <span class="pl-s">'/home/who/.m2/repository'</span>;
450+
451+
<span class="pl-c">##we can set system properties ,e.g. m2rep</span>
452+
<span class="pl-c">#content_handler_property system.m2rep '/home/who/.m2/repository';</span>
451453

452454
<span class="pl-c">##we can put jars into some dir then all of their path will be appended into the classpath</span>
453455
<span class="pl-c">#content_handler_property bridge.lib.dirs 'my-jersey-libs-dir:myother-dir';</span>

more.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,9 @@ <h2>
549549

550550
<span class="pl-k">content_handler_type</span> java;
551551
<span class="pl-k">content_handler_name</span> <span class="pl-s">'nginx.clojure.bridge.NginxBridgeHandler'</span>;
552-
<span class="pl-k">content_handler_property</span> system.m2rep <span class="pl-s">'/home/who/.m2/repository'</span>;
552+
553+
<span class="pl-c">##we can set system properties ,e.g. m2rep</span>
554+
<span class="pl-c">#content_handler_property system.m2rep '/home/who/.m2/repository';</span>
553555

554556
<span class="pl-c">##we can put jars into some dir then all of their path will be appended into the classpath</span>
555557
<span class="pl-c">#content_handler_property bridge.lib.dirs 'my-jersey-libs-dir:myother-dir';</span>

0 commit comments

Comments
 (0)