From 094cc2fc997b86a86e5ce65c44509b19e5b89874 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Wed, 24 Apr 2019 20:31:00 +0300 Subject: Packages: using "pass" option in config examples. The "application" option has been deprecated since 1.8.0. --- pkg/rpm/rpmbuild/SOURCES/unit.example-python37-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/rpm/rpmbuild/SOURCES/unit.example-python37-config') diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-python37-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-python37-config index ada7ae5b..7f5e52f1 100644 --- a/pkg/rpm/rpmbuild/SOURCES/unit.example-python37-config +++ b/pkg/rpm/rpmbuild/SOURCES/unit.example-python37-config @@ -11,7 +11,7 @@ "listeners": { "*:8400": { - "application": "example_python" + "pass": "applications/example_python" } } } -- cgit