summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm/rpmbuild/SOURCES/unit.example.config
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2019-04-24 20:31:00 +0300
committerValentin Bartenev <vbart@nginx.com>2019-04-24 20:31:00 +0300
commit094cc2fc997b86a86e5ce65c44509b19e5b89874 (patch)
tree1f9a40e5f66cfed3038ba2064cc7e9a8d591cec5 /pkg/rpm/rpmbuild/SOURCES/unit.example.config
parent7a559c656880871011a740842d28fb54628c03dd (diff)
downloadunit-094cc2fc997b86a86e5ce65c44509b19e5b89874.tar.gz
unit-094cc2fc997b86a86e5ce65c44509b19e5b89874.tar.bz2
Packages: using "pass" option in config examples.
The "application" option has been deprecated since 1.8.0.
Diffstat (limited to '')
-rw-r--r--pkg/rpm/rpmbuild/SOURCES/unit.example.config8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example.config b/pkg/rpm/rpmbuild/SOURCES/unit.example.config
index 1715c971..6fe35e2f 100644
--- a/pkg/rpm/rpmbuild/SOURCES/unit.example.config
+++ b/pkg/rpm/rpmbuild/SOURCES/unit.example.config
@@ -33,19 +33,19 @@
"listeners": {
"*:8300": {
- "application": "example_php"
+ "pass": "applications/example_php"
},
"*:8400": {
- "application": "example_python"
+ "pass": "applications/example_python"
},
"*:8500": {
- "application": "example_go"
+ "pass": "applications/example_go"
},
"*:8600": {
- "application": "example_perl"
+ "pass": "applications/example_perl"
}
}
}