Packages: using "pass" option in config examples.
The "application" option has been deprecated since 1.8.0.
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8500": {
|
"*:8500": {
|
||||||
"application": "example_go"
|
"pass": "applications/example_go"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8500": {
|
"*:8500": {
|
||||||
"application": "example_go"
|
"pass": "applications/example_go"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8500": {
|
"*:8500": {
|
||||||
"application": "example_go"
|
"pass": "applications/example_go"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8500": {
|
"*:8500": {
|
||||||
"application": "example_go"
|
"pass": "applications/example_go"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8500": {
|
"*:8500": {
|
||||||
"application": "example_go"
|
"pass": "applications/example_go"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8500": {
|
"*:8500": {
|
||||||
"application": "example_go"
|
"pass": "applications/example_go"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8800": {
|
"*:8800": {
|
||||||
"application": "example_java10"
|
"pass": "applications/example_java10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8800": {
|
"*:8800": {
|
||||||
"application": "example_java11"
|
"pass": "applications/example_java11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8800": {
|
"*:8800": {
|
||||||
"application": "example_java8"
|
"pass": "applications/example_java8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8800": {
|
"*:8800": {
|
||||||
"application": "example_java9"
|
"pass": "applications/example_java9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8600": {
|
"*:8600": {
|
||||||
"application": "example_perl"
|
"pass": "applications/example_perl"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8300": {
|
"*:8300": {
|
||||||
"application": "example_php"
|
"pass": "applications/example_php"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8400": {
|
"*:8400": {
|
||||||
"application": "example_python"
|
"pass": "applications/example_python"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8400": {
|
"*:8400": {
|
||||||
"application": "example_python"
|
"pass": "applications/example_python"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8400": {
|
"*:8400": {
|
||||||
"application": "example_python"
|
"pass": "applications/example_python"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8400": {
|
"*:8400": {
|
||||||
"application": "example_python"
|
"pass": "applications/example_python"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8400": {
|
"*:8400": {
|
||||||
"application": "example_python"
|
"pass": "applications/example_python"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8400": {
|
"*:8400": {
|
||||||
"application": "example_python"
|
"pass": "applications/example_python"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8700": {
|
"*:8700": {
|
||||||
"application": "example_ruby"
|
"pass": "applications/example_ruby"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -33,19 +33,19 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8300": {
|
"*:8300": {
|
||||||
"application": "example_php"
|
"pass": "applications/example_php"
|
||||||
},
|
},
|
||||||
|
|
||||||
"*:8400": {
|
"*:8400": {
|
||||||
"application": "example_python"
|
"pass": "applications/example_python"
|
||||||
},
|
},
|
||||||
|
|
||||||
"*:8500": {
|
"*:8500": {
|
||||||
"application": "example_go"
|
"pass": "applications/example_go"
|
||||||
},
|
},
|
||||||
|
|
||||||
"*:8600": {
|
"*:8600": {
|
||||||
"application": "example_perl"
|
"pass": "applications/example_perl"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8500": {
|
"*:8500": {
|
||||||
"application": "example_go"
|
"pass": "applications/example_go"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8800": {
|
"*:8800": {
|
||||||
"application": "example_java11"
|
"pass": "applications/example_java11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8800": {
|
"*:8800": {
|
||||||
"application": "example_java8"
|
"pass": "applications/example_java8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8600": {
|
"*:8600": {
|
||||||
"application": "example_perl"
|
"pass": "applications/example_perl"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8300": {
|
"*:8300": {
|
||||||
"application": "example_php"
|
"pass": "applications/example_php"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8400": {
|
"*:8400": {
|
||||||
"application": "example_python"
|
"pass": "applications/example_python"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8400": {
|
"*:8400": {
|
||||||
"application": "example_python"
|
"pass": "applications/example_python"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8400": {
|
"*:8400": {
|
||||||
"application": "example_python"
|
"pass": "applications/example_python"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8400": {
|
"*:8400": {
|
||||||
"application": "example_python"
|
"pass": "applications/example_python"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8400": {
|
"*:8400": {
|
||||||
"application": "example_python"
|
"pass": "applications/example_python"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8400": {
|
"*:8400": {
|
||||||
"application": "example_python"
|
"pass": "applications/example_python"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8700": {
|
"*:8700": {
|
||||||
"application": "example_ruby"
|
"pass": "applications/example_ruby"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -33,19 +33,19 @@
|
|||||||
|
|
||||||
"listeners": {
|
"listeners": {
|
||||||
"*:8300": {
|
"*:8300": {
|
||||||
"application": "example_php"
|
"pass": "applications/example_php"
|
||||||
},
|
},
|
||||||
|
|
||||||
"*:8400": {
|
"*:8400": {
|
||||||
"application": "example_python"
|
"pass": "applications/example_python"
|
||||||
},
|
},
|
||||||
|
|
||||||
"*:8500": {
|
"*:8500": {
|
||||||
"application": "example_go"
|
"pass": "applications/example_go"
|
||||||
},
|
},
|
||||||
|
|
||||||
"*:8600": {
|
"*:8600": {
|
||||||
"application": "example_perl"
|
"pass": "applications/example_perl"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user