summaryrefslogblamecommitdiffhomepage
path: root/pkg/rpm/rpmbuild/SOURCES/unit.example.config
blob: 4855a95488fe03394665996c84ff4b5d38f9f78f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11



                                      
                                       





                                                                               
                                       




                                                                                 
                                           
                                                   



                                       


                                                                                          




                           
                                                          


                           
                                                             


                           
                                                         


                           
                                                           


                 
{
	"applications": {
		"example_php": {
			"type": "php",
			"processes": 2,
			"root": "/usr/share/doc/unit-php/examples/phpinfo-app",
			"index": "index.php"
		},

		"example_python": {
			"type": "python",
			"processes": 2,
			"path": "/usr/share/doc/unit-python/examples/python-app",
			"module": "wsgi"
		},

		"example_go": {
			"type": "external",
			"executable": "/tmp/go-app"
		},

		"example_perl": {
			"type": "perl",
			"processes": 1,
			"working_directory": "/usr/share/doc/unit-perl/examples/perl-app",
			"script": "/usr/share/doc/unit-perl/examples/perl-app/index.pl"
		}
	},

	"listeners": {
		"*:8300": {
			"pass": "applications/example_php"
		},

		"*:8400": {
			"pass": "applications/example_python"
		},

		"*:8500": {
			"pass": "applications/example_go"
		},

		"*:8600": {
			"pass": "applications/example_perl"
		}
	}
}