Files
awesome-kubernetes/docs/web-servers.md
Inaki Fernandez b31a86c891 reorg
2020-05-17 20:48:37 +02:00

26 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Web Servers
- [Apache](#apache)
- [Apache Configuration Samples](#apache-configuration-samples)
- [HAProxy](#haproxy)
- [Nginx](#nginx)
## Apache
- [nixCraft: How to secure Apache with Lets Encrypt Certificates on RHEL 8](https://www.cyberciti.biz/faq/how-to-secure-apache-with-lets-encrypt-certificates-on-rhel-8/)
### Apache Configuration Samples
- [Apache Reverse Proxy for Jenkins](https://github.com/inafev/apache-reverse-proxy-jenkins) Reverse Proxy configuration with HTTPS for Jenkins, Sonarqube and Nexus. Based on RHEL 7 Apache config.
## HAProxy
* [https://en.wikipedia.org/wiki/HAProxy](https://en.wikipedia.org/wiki/HAProxy)
* [haproxy.org](http://www.haproxy.org/)
* [dzone.com: How to Configure HAProxy as a Proxy and Load Balancer](https://dzone.com/articles/how-to-configure-ha-proxy-as-a-proxy-and-loadbalan)
* [tecmint.com: How to Setup High-Availability Load Balancer with HAProxy to Control Web Server Traffic](https://www.tecmint.com/install-haproxy-load-balancer-in-linux/)
* [Tecmint.com: How to Setup HAProxy as Load Balancer for Nginx on CentOS 8](https://www.tecmint.com/setup-nginx-haproxy-load-balancer-in-centos-8/)
* [nixCraft: 9 Awesome Open Source Web Performance Software For Linux and Unix-like Systems](https://www.cyberciti.biz/open-source/http-web-performance-proxy-load-balancer-accelerator-software/)
## Nginx
- [Nginx](https://www.nginx.com/)