We recommend repositories be kept under 1GB each. This limit is easy to stay within if large files are kept out of the repository. If your repository exceeds 1GB, you might receive a polite email from GitHub Support requesting that you reduce the size of the repository to bring it back down.
$login = mysqli_real_escape_string($db, $login);
msqyli_query("INSERT INTO .... (login) VALUES('$login')");
....
$res =mysqli_query('SELECT login from ....');
$row = mysqli_fetch_assoc($res);
$login = htmlspecialchars(utf8_encode(trim($row['login'])));
echo $login;
set $_cookie $1$2;
if ($http_cookie ~* "^(.*)youcookie_name=[^;]+;(.*)$") {
set $_cookie $1;
}
proxy_set_header Cookie $_cookie;