Editing
HAProxy
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Frontend HTTP (port 80) - ACME Challenge === Această secțiune descrie configurarea HAProxy pentru a permite generarea certificatelor Let’s Encrypt în ISPConfig atunci când HAProxy funcționează în modul SSL Passthrough. Pentru validarea HTTP‑01, traficul către <span style="">/.well-known/acme-challenge/</span> trebuie direcționat către backend-ul HTTP al ISPConfig. ==== Frontend HTTP (ACME Challenge Forwarding) ==== <code class="mw-code mw-highlight plainlinks" style="display:block"><!-- --> frontend http_in     bind *:80     mode http     acl letsencrypt-acl path_beg /.well-known/acme-challenge/     use_backend letsencrypt-backend if letsencrypt-acl     default_backend ispconfig_http </code> * acl letsencrypt-acl path_beg - detectăm cererile ACME challenge * use_backend - Forward ACME challenge către backend-ul dedicat * default_backend - Restul traficului HTTP merge către backend-ul HTTP normal ==== Backend HTTP (ACME Challenge Forwarding) ==== Backend dedicat pentru Let’s Encrypt. Acesta trebuie să trimită cererile către portul 80 al serverrelor ISPConfig. <code class="mw-code mw-highlight plainlinks" style="display:block"><!-- --> backend letsencrypt-backend     mode http     server isp1 192.168.14.11:80 check     server isp2 192.168.14.22:80 check     server isp3 192.168.14.33:80 check </code> ==== Backend HTTP (trafic normal) ==== Backend-ul standard pentru HTTP (port 80), folosit pentru redirectări, panel ISPConfig, sau site-uri HTTP. <code class="mw-code mw-highlight plainlinks" style="display:block"><!-- --> backend ispconfig_http     mode http     balance roundrobin     option httpchk GET /     server isp1 192.168.14.11:80 check     server isp2 192.168.14.22:80 check     server isp3 192.168.14.33:80 check </code>
Summary:
Please note that all contributions to Linux Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Linux Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
Edit source
View history
More
Navigation
Main page
Aplicatii Linux
UrBackup
rSyslog
KeepAlived
HAProxy
USB over IP
Pi-hole
DHCP
BIND DNS
Hardware Linux
Adaugare Disk
Extindere Disk
Docker
Instalare Docker CE
Portainer
Container UrBackup
Container PiHole
Raspberry Pi
NTP Server
Snippets
History Command
Access Control List
Tools
What links here
Related changes
Special pages
Page information