120
ISP -------Chrony----------- control chrony server sed -i 's/pool pool.ntp.org iburst/pool pool.ntp.org iburst prefer minstratum 4/' /etc/chrony.conf | grep pool /etc/chrony.conf sed -i 's/\#local stratum 10/local stratum 5/' /etc/chrony.conf | grep "local stratum" /etc/chrony.conf systemctl restart chronyd -------NGINX----------- apt-get update && apt-get install nginx -y cat << "EOF" > /etc/nginx/sites-available.d/r-proxy.conf server { listen 80; server_name web.au-team.irpo; location / { proxy_pass http://172...