diff options
author | Valentin Bartenev <vbart@nginx.com> | 2019-04-24 20:31:00 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2019-04-24 20:31:00 +0300 |
commit | 094cc2fc997b86a86e5ce65c44509b19e5b89874 (patch) | |
tree | 1f9a40e5f66cfed3038ba2064cc7e9a8d591cec5 /pkg/deb/debian.module/unit.example-python3.5-config | |
parent | 7a559c656880871011a740842d28fb54628c03dd (diff) | |
download | unit-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 'pkg/deb/debian.module/unit.example-python3.5-config')
-rw-r--r-- | pkg/deb/debian.module/unit.example-python3.5-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/deb/debian.module/unit.example-python3.5-config b/pkg/deb/debian.module/unit.example-python3.5-config index 495995ef..2be6de4a 100644 --- a/pkg/deb/debian.module/unit.example-python3.5-config +++ b/pkg/deb/debian.module/unit.example-python3.5-config @@ -11,7 +11,7 @@ "listeners": { "*:8400": { - "application": "example_python" + "pass": "applications/example_python" } } } |