- Proxy server
- Proxy server là máy chủ chịu trách nhiệm phân tải cho cụm server worker
Proxy server sẽ nhận request từ Backend F247, nếu nhận request từ internet thì cần cài và mở firewall. Ngoài ra chỉ mở các port cần thiết.
- Script cài đặt:
# sudo apt-get update
# sudo apt install nginx
# sudo systemctl status nginx

