Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.140.242.43
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp_probe /
node_modules /
sockjs /
examples /
Delete
Unzip
Name
Size
Permission
Date
Action
echo
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
express
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
express-3.x
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
hapi
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
koa
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
multiplex
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
haproxy.cfg
1.06
KB
-rw-r--r--
2017-10-12 15:51
Save
Rename
# Requires recent Haproxy to work with websockets (for example 1.4.16). defaults mode http # Set timeouts to your needs timeout client 5s timeout connect 5s timeout server 5s frontend all 0.0.0.0:8888 mode http timeout client 120s option forwardfor # Fake connection:close, required in this setup. option http-server-close option http-pretend-keepalive acl is_sockjs path_beg /echo /broadcast /close acl is_stats path_beg /stats use_backend sockjs if is_sockjs use_backend stats if is_stats default_backend static backend sockjs # Load-balance according to hash created from first two # directories in url path. For example requests going to /1/ # should be handled by single server (assuming resource prefix is # one-level deep, like "/echo"). balance uri depth 2 timeout server 120s server srv_sockjs1 127.0.0.1:9999 # server srv_sockjs2 127.0.0.1:9998 backend static balance roundrobin server srv_static 127.0.0.1:8000 backend stats stats uri /stats stats enable