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-go1.7-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-go1.7-config')
-rw-r--r-- | pkg/deb/debian.module/unit.example-go1.7-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/deb/debian.module/unit.example-go1.7-config b/pkg/deb/debian.module/unit.example-go1.7-config index bd98fe3a..e1a8e1a4 100644 --- a/pkg/deb/debian.module/unit.example-go1.7-config +++ b/pkg/deb/debian.module/unit.example-go1.7-config @@ -9,7 +9,7 @@ "listeners": { "*:8500": { - "application": "example_go" + "pass": "applications/example_go" } } } |