pull/26/head
Aidaho12 2018-07-17 09:22:36 +06:00
parent 45aef7050b
commit 075f59d3f2
1 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ Support the project
16. haproxy-wi supports high Availability to ensure uptime to all Master slave servers configured. 16. haproxy-wi supports high Availability to ensure uptime to all Master slave servers configured.
17. SSL certificate support. 17. SSL certificate support.
18. SSH Key support for managing multiple HAproxy Servers straight from haproxy-wi 18. SSH Key support for managing multiple HAproxy Servers straight from haproxy-wi
19. SYN flood protect
# Install # Install
@ -64,7 +65,7 @@ For Apache do virtualhost with cgi-bin. Like this:
Allow from all Allow from all
</Directory> </Directory>
<FilesMatch "\.config$"> <FilesMatch "\.config$">
Order Deny,Allow Order Deny,Allow
Deny from all Deny from all
</FilesMatch> </FilesMatch>