aboutsummaryrefslogtreecommitdiff
blob: 6b7dca518ca712598a6aed73dbd20335f950bd2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>tiotags1@gmail.com</email>
		<name>Alexandru Campeanu</name>
	</maintainer>
	<upstream>
		<changelog>https://gitlab.com/tiotags/hin9/-/blob/master/docs/changes.md</changelog>
		<bugs-to>https://gitlab.com/tiotags/hin9/-/issues</bugs-to>
	</upstream>
	<longdescription lang="en">
		hinsightd is a http/1.1 webserver with a focus on simple code and
		reliable behaviour.
		Notable features: reverse proxying, output caching, ssl, pipelining,
		cgi, output compression with deflate, graceful restart and a very
		customizable config file using lua.
	</longdescription>
	<use>
		<flag name="cgi">Enable old/slow cgi support (legacy should not be used)</flag>
		<flag name="fcgi">Enable fast cgi support</flag>
		<flag name="rproxy">Enable reverse proxying support</flag>
		<flag name="ffcall">Use ffcall library for better logging format support</flag>
	</use>
</pkgmetadata>