Your IP : 3.21.241.201


Current Path : /proc/9789/root/proc/9788/cwd/etc/ansible/roles/web/templates/nginx/
Upload File :
Current File : //proc/9789/root/proc/9788/cwd/etc/ansible/roles/web/templates/nginx/bx_temp_kernel.conf.j2

location ~* ^/bx_tmp_download/ {
    internal;
    rewrite /bx_tmp_download/(.+) /.bx_temp/{{ web_site_db }}/$1 last;
}

location ~* ^/.bx_temp/{{ web_site_db }}/ {
    internal;
    root /home/bitrix;
}