changed gitignore again, still learning git more
This commit is contained in:
parent
01547d5702
commit
4722aebb2b
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
ssl/*
|
10
haproxy.cfg
10
haproxy.cfg
@ -34,17 +34,17 @@ frontend https_front
|
|||||||
|
|
||||||
#### WP admin to single server ####
|
#### WP admin to single server ####
|
||||||
acl url_is_wp_admin path_beg /wp-admin /wp-login.php /manage /securein
|
acl url_is_wp_admin path_beg /wp-admin /wp-login.php /manage /securein
|
||||||
use_backend adminServerHTTPS if url_is_wp_admin
|
use_backend adminServerHTTP if url_is_wp_admin
|
||||||
|
|
||||||
#### Configure Backends ####
|
#### Configure Backends ####
|
||||||
default_backend webserversHTTPS
|
default_backend webserversHTTP
|
||||||
|
|
||||||
#### Main Backend ####
|
#### Main Backend ####
|
||||||
backend webserversHTTPS
|
backend webserversHTTP
|
||||||
balance roundrobin
|
balance roundrobin
|
||||||
server web01.nicks.website 10.1.96.4:443 check ssl verify none
|
server web02 10.108.0.5:80 check
|
||||||
|
|
||||||
#### Admin server ####
|
#### Admin server ####
|
||||||
backend adminServerHTTPS
|
backend adminServerHTTPS
|
||||||
balance roundrobin
|
balance roundrobin
|
||||||
server web01.nicks.website 10.1.96.4:443 check ssl verify none
|
server web02 10.108.0.5:80 check
|
||||||
|
4
ssl/.gitignore
vendored
4
ssl/.gitignore
vendored
@ -1,4 +0,0 @@
|
|||||||
# Ignore everything in this directory
|
|
||||||
*
|
|
||||||
# Except this file
|
|
||||||
!.gitignore
|
|
Loading…
x
Reference in New Issue
Block a user