web
This commit is contained in:
parent
7b0592ba00
commit
ec36cba107
2 changed files with 28 additions and 12 deletions
|
@ -254,12 +254,20 @@
|
|||
|
||||
<article>
|
||||
<h3>Web</h3>
|
||||
<ul>
|
||||
<li><a href="https://en.wikipedia.org/wiki/BIND">BIND</a>, <a href="https://en.wikipedia.org/wiki/Domain_Name_System">DNS</a>, <a href="https://en.wikipedia.org/wiki/Unbound_(DNS_server)">UnBound</a></li>
|
||||
<li><a href="https://en.wikipedia.org/wiki/Let's_Encrypt#Software_implementation">CertBot</a>, <a href="https://en.wikipedia.org/wiki/HTTPS">HTTPS</a></li>
|
||||
<li><a href="https://en.wikipedia.org/wiki/Apache_HTTP_Server">HTTPd</a>, <a href="https://en.wikipedia.org/wiki/Nginx">NginX</a></li>
|
||||
<li><a href="https://en.wikipedia.org/wiki/Apache_Tomcat">Tomcat</a>, <a href="https://en.wikipedia.org/wiki/UWSGI">uWSGI</a></li>
|
||||
</ul>
|
||||
<ul><li>
|
||||
<a href="https://en.wikipedia.org/wiki/BIND">BIND</a>,
|
||||
<a href="https://en.wikipedia.org/wiki/Domain_Name_System">DNS</a>,
|
||||
<a href="https://en.wikipedia.org/wiki/Unbound_(DNS_server)">UnBound</a>
|
||||
</li><li>
|
||||
<a href="https://en.wikipedia.org/wiki/Let's_Encrypt#Software_implementation">CertBot</a>,
|
||||
<a href="https://en.wikipedia.org/wiki/HTTPS">HTTPS</a>
|
||||
</li><li>
|
||||
<a href="https://en.wikipedia.org/wiki/Apache_HTTP_Server">HTTPd</a>,
|
||||
<a href="https://en.wikipedia.org/wiki/Nginx">NginX</a>
|
||||
</li><li>
|
||||
<a href="https://en.wikipedia.org/wiki/Apache_Tomcat">Tomcat</a>,
|
||||
<a href="https://en.wikipedia.org/wiki/UWSGI">uWSGI</a>
|
||||
</li></ul>
|
||||
</article>
|
||||
|
||||
</section>
|
||||
|
|
|
@ -254,12 +254,20 @@
|
|||
|
||||
<article>
|
||||
<h3>Web</h3>
|
||||
<ul>
|
||||
<li><a href="https://fr.wikipedia.org/wiki/BIND">BIND</a>, <a href="https://fr.wikipedia.org/wiki/Domain_Name_System">DNS</a>, <a href="https://fr.wikipedia.org/wiki/Unbound">UnBound</a></li>
|
||||
<li><a href="https://fr.wikipedia.org/wiki/Let's_Encrypt#Implémentation_logicielle">CertBot</a>, <a href="https://fr.wikipedia.org/wiki/Hypertext_Transfer_Protocol_Secure">HTTPS</a></li>
|
||||
<li><a href="https://fr.wikipedia.org/wiki/Apache_HTTP_Server">HTTPd</a>, <a href="https://fr.wikipedia.org/wiki/NGINX">NginX</a></li>
|
||||
<li><a href="https://fr.wikipedia.org/wiki/Apache_Tomcat">Tomcat</a>, <a href="">uWSGI</a></li>
|
||||
</ul>
|
||||
<ul><li>
|
||||
<a href="https://fr.wikipedia.org/wiki/BIND">BIND</a>,
|
||||
<a href="https://fr.wikipedia.org/wiki/Domain_Name_System">DNS</a>,
|
||||
<a href="https://fr.wikipedia.org/wiki/Unbound">UnBound</a>
|
||||
</li><li>
|
||||
<a href="https://fr.wikipedia.org/wiki/Let's_Encrypt#Implémentation_logicielle">CertBot</a>,
|
||||
<a href="https://fr.wikipedia.org/wiki/Hypertext_Transfer_Protocol_Secure">HTTPS</a>
|
||||
</li><li>
|
||||
<a href="https://fr.wikipedia.org/wiki/Apache_HTTP_Server">HTTPd</a>,
|
||||
<a href="https://fr.wikipedia.org/wiki/NGINX">NginX</a>
|
||||
</li><li>
|
||||
<a href="https://fr.wikipedia.org/wiki/Apache_Tomcat">Tomcat</a>,
|
||||
<a href="">uWSGI</a>
|
||||
</li></ul>
|
||||
</article>
|
||||
|
||||
</section>
|
||||
|
|
Loading…
Add table
Reference in a new issue