Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
$file='file.txt'; $fh=fopen($file, 'w'); fwrite($fh,'Hello habr!'); fclose($fh); chmod($file, 0666);
location / { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; if (!-e $request_filename) { rewrite ^(.+)$ /index.php?$1 last; } }