mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 11:48:17 +00:00
26 lines
903 B
XML
26 lines
903 B
XML
<?xml version="1.0"?>
|
|
|
|
<utility xmlns="http://www.github/cliffe/SecGen/utility"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.github/cliffe/SecGen/utility">
|
|
<name>nginx</name>
|
|
<author>Oscar Langford</author>
|
|
<author>James Davis</author>
|
|
<module_license>MIT</module_license>
|
|
<description>nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, a generic TCP/UDP proxy server, as well as a load balancer and an HTTP cache.</description>
|
|
|
|
<type>win_services</type>
|
|
<platform>windows</platform>
|
|
|
|
<reference>https://nginx.org/en/</reference>
|
|
<software_name>nginx</software_name>
|
|
<software_license>BSD2</software_license>
|
|
|
|
<!-- for now we just make all windows modules conflict with linux bases -->
|
|
<conflict>
|
|
<module_path>bases/.*</module_path>
|
|
<platform>linux</platform>
|
|
</conflict>
|
|
|
|
</utility>
|