Add support for plugin configurations and minor refactoring
- Added `plugin_configs` attribute to test cases. - Improved handling of enabled plugins in `easymapping/__init__.py`. - Updated templates directory path resolution for robustness. - Refactored example files to enhance formatting consistency.
This commit is contained in:
parent
90e3df2b75
commit
113b90a697
13 changed files with 88 additions and 20 deletions
|
|
@ -23,6 +23,7 @@ defaults
|
|||
timeout server 10m
|
||||
|
||||
|
||||
|
||||
backend certbot_backend
|
||||
mode http
|
||||
server certbot 127.0.0.1:2080
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ defaults
|
|||
errorfile 503 /etc/haproxy/errors-custom/503.http
|
||||
errorfile 504 /etc/haproxy/errors-custom/504.http
|
||||
|
||||
|
||||
frontend stats
|
||||
bind *:1936
|
||||
mode http
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ defaults
|
|||
timeout server 10m
|
||||
|
||||
|
||||
|
||||
frontend http_in_19901
|
||||
bind *:19901
|
||||
mode http
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ defaults
|
|||
errorfile 503 /etc/haproxy/errors-custom/503.http
|
||||
errorfile 504 /etc/haproxy/errors-custom/504.http
|
||||
|
||||
|
||||
frontend stats
|
||||
bind *:1937
|
||||
mode http
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ defaults
|
|||
timeout server 10m
|
||||
|
||||
|
||||
|
||||
frontend http_in_80
|
||||
bind *:80
|
||||
mode http
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ defaults
|
|||
timeout server 10m
|
||||
|
||||
|
||||
|
||||
frontend tcp_in_31339
|
||||
bind *:31339
|
||||
mode tcp
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ defaults
|
|||
timeout server 10m
|
||||
|
||||
|
||||
|
||||
frontend tcp_in_31339
|
||||
bind *:31339
|
||||
mode tcp
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ defaults
|
|||
timeout client 10s
|
||||
timeout server 10m
|
||||
|
||||
|
||||
frontend stats
|
||||
bind *:1936
|
||||
mode http
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ defaults
|
|||
timeout server 10m
|
||||
|
||||
|
||||
|
||||
backend certbot_backend
|
||||
mode http
|
||||
server certbot 127.0.0.1:2080
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ defaults
|
|||
errorfile 503 /etc/haproxy/errors-custom/503.http
|
||||
errorfile 504 /etc/haproxy/errors-custom/504.http
|
||||
|
||||
|
||||
frontend stats
|
||||
bind *:1936
|
||||
mode http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue