File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -476,7 +476,9 @@ in nginx.conf
476
476
477
477
content_handler_type java;
478
478
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';
480
482
481
483
##we can put jars into some dir then all of their path will be appended into the classpath
482
484
#content_handler_property bridge.lib.dirs 'my-jersey-libs-dir:myother-dir';
Original file line number Diff line number Diff line change 447
447
448
448
< span class ="pl-k "> content_handler_type</ span > java;
449
449
< 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 >
451
453
452
454
< span class ="pl-c "> ##we can put jars into some dir then all of their path will be appended into the classpath</ span >
453
455
< span class ="pl-c "> #content_handler_property bridge.lib.dirs 'my-jersey-libs-dir:myother-dir';</ span >
Original file line number Diff line number Diff line change 549
549
550
550
< span class ="pl-k "> content_handler_type</ span > java;
551
551
< 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 >
553
555
554
556
< span class ="pl-c "> ##we can put jars into some dir then all of their path will be appended into the classpath</ span >
555
557
< span class ="pl-c "> #content_handler_property bridge.lib.dirs 'my-jersey-libs-dir:myother-dir';</ span >
You can’t perform that action at this time.
0 commit comments