mirror of
https://github.com/umputun/reproxy.git
synced 2024-11-24 08:12:31 +02:00
add index.html for the site
This commit is contained in:
parent
13a8f285f4
commit
63827f95a3
33
docs/index.html
Normal file
33
docs/index.html
Normal file
@ -0,0 +1,33 @@
|
||||
<!doctype html>
|
||||
<title>reproxy</title>
|
||||
<style>
|
||||
body { text-align: center; padding: 150px; }
|
||||
h1 { font-size: 40px; }
|
||||
body { font: 20px Helvetica, sans-serif; color: #333; }
|
||||
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
|
||||
a { color: #dc8100; text-decoration: none; }
|
||||
a:hover { color: #333; text-decoration: none; }
|
||||
</style>
|
||||
|
||||
<article>
|
||||
<h1>Reverse proxy and nothing more</h1>
|
||||
<div>
|
||||
<p>Reproxy is a minimalistic system acting as an edge server / reverse proxy for your infrastructure. It provides the only essential functionality with no bells and whistles. Setup is very straightforward and not much to configure.</p>
|
||||
<ul>
|
||||
<li>Automatic SSL termination with Lets Encrypt</li>
|
||||
<li>Support of user-provided ssl certificates</li>
|
||||
<li>Simple but flexible proxy rules</li>
|
||||
<li>Static, command line proxy rules provider</li>
|
||||
<li>Dynamic, file-based proxy rules provide</li>
|
||||
<li>Docker provider with an automatic discovery</li>
|
||||
<li>Optional traffic compression</li>
|
||||
<li>User-defined limits</li>
|
||||
<li>Single binary distribution</li>
|
||||
<li>Docker container distribution</li>
|
||||
<li>Builtin static assets server</li>
|
||||
|
||||
<li><a href="https://github.com/umputun/reproxy">Open source</a></li>
|
||||
<p>— reproxy team</p>
|
||||
|
||||
</div>
|
||||
</article>
|
Loading…
Reference in New Issue
Block a user