upstream foo_api {
server 0.0.0.0:8001;
server 0.0.0.0:8000;
}
Requests are balanced between 2 backends - round-robin;
#!/bin/sh | |
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin | |
random() { | |
tr </dev/urandom -dc A-Za-z0-9 | head -c5 | |
echo | |
} | |
array=(1 2 3 4 5 6 7 8 9 0 a b c d e f) | |
gen64() { |
- Hà Nội | |
- Fulltime | |
- Techlead, team: ~10 developers | |
- 1 slot | |
# Thông tin | |
Bạn sẽ tham gia vào team phát triển backend cho hệ thống Dashboard Public Cloud của BizFly Cloud, đây là thành phần nằm giữa hệ thống Core của Cloud và end user. | |
Tech-stack của team: |
rtmp {
server {
listen 1935;
application live {
live on;
hls on;
Mô tả công việc:
Yêu cầu vị trí:
#!/bin/bash | |
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -O /tmp/chrome.deb | |
dpkg -i /tmp/chrome.deb | |
rm /tmp/chrome.deb |
#!/bin/bash | |
apt-get update | |
apt-get install -y curl vim tmux | |
curl -sSL https://get.docker.com/ | sh |