From eabe25d98e6805221025daf7bc60d881af1af6b1 Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Thu, 19 Oct 2017 18:23:31 +0300 Subject: Introduced rpm packages building tools. --- pkg/rpm/rpmbuild/SOURCES/unit.example-php-config | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pkg/rpm/rpmbuild/SOURCES/unit.example-php-config (limited to 'pkg/rpm/rpmbuild/SOURCES/unit.example-php-config') diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-php-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-php-config new file mode 100644 index 00000000..026b8f20 --- /dev/null +++ b/pkg/rpm/rpmbuild/SOURCES/unit.example-php-config @@ -0,0 +1,17 @@ +{ + "applications": { + "example_php": { + "type": "php", + "user": "nobody", + "workers": 2, + "root": "/usr/share/doc/unit-php/examples/phpinfo-app", + "index": "index.php" + } + }, + + "listeners": { + "*:8300": { + "application": "example_php" + } + } +} -- cgit