fix format in default config
This commit is contained in:
parent
83b94095cc
commit
60d0aa77b1
@ -60,7 +60,8 @@ defaults
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
# main frontend which proxys to the backends
|
# main frontend which proxys to the backends
|
||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
frontend main *:5000
|
frontend main
|
||||||
|
bind *:5000
|
||||||
acl url_static path_beg -i /static /images /javascript /stylesheets
|
acl url_static path_beg -i /static /images /javascript /stylesheets
|
||||||
acl url_static path_end -i .jpg .gif .png .css .js
|
acl url_static path_end -i .jpg .gif .png .css .js
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user