AN
Не лучший вариант, но самый простой.
Size: a a a
AN
AN
while :;
do
sleep 1
cat > top.html <<EOF
<html><head><meta http-equiv="refresh" content="1"></head>
<body><pre>$(top -b -n 1)></pre></body></html>
EOF
done
МН
МН
МН
МН
S
location / {нужно если будет переход /intlala/index.html то чтоб он не проксировал, а локально достал хтмл, ну и вообще любая другая вариация /int+любые буквы
try_files $uri $uri/ =404;
}
location /js/ {
root /var/www/scripts;
}
location /link/goto {
try_files $uri $uri/ /index.php?$args;
}
location /int {
proxy_pass https://foo.com/tds;
proxy_connect_timeout 300;
proxy_send_timeout 300;
proxy_read_timeout 300;
send_timeout 120;
}
0
0
МН
A
0
ॐХ