diff options
| author | Andrei Belov <defan@nginx.com> | 2018-02-07 17:26:37 +0300 |
|---|---|---|
| committer | Andrei Belov <defan@nginx.com> | 2018-02-07 17:26:37 +0300 |
| commit | 539caf0946d2a5881ffaa34481f63c1bc67be96d (patch) | |
| tree | 829ffba6d9f84d94e5abe742a299521e41f38268 /pkg/rpm/rpmbuild/SOURCES/unit.example-perl-config | |
| parent | 78300263685f9e1037038a3d20ed15f41e52dd3d (diff) | |
| download | unit-539caf0946d2a5881ffaa34481f63c1bc67be96d.tar.gz unit-539caf0946d2a5881ffaa34481f63c1bc67be96d.tar.bz2 | |
Packages: added Perl package.
Diffstat (limited to '')
| -rw-r--r-- | pkg/rpm/rpmbuild/SOURCES/unit.example-perl-config | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-perl-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-perl-config new file mode 100644 index 00000000..0329b78a --- /dev/null +++ b/pkg/rpm/rpmbuild/SOURCES/unit.example-perl-config @@ -0,0 +1,17 @@ +{ + "applications": { + "example_perl": { + "type": "perl", + "user": "nobody", + "processes": 1, + "working_directory": "/usr/share/doc/unit-perl/examples/perl-app", + "script": "/usr/share/doc/unit-perl/examples/perl-app/index.pl" + } + }, + + "listeners": { + "*:8600": { + "application": "example_perl" + } + } +} |
