server {
listen 80;
root /home/andrey/Документы/Работа/Sources;
server_name localhost.dev;
location 89262207055/ {
#root 89262207055/;
location ~ /file/(.*)$ {
alias /index.php?id=file&name=$1;
}
#rewrite ^(.*).html$ /index.php?id=block&block=$1;
}
}