Files
B24-docker/confs/nginx/inc/bx_temp.conf
T
2026-05-20 15:23:05 +03:00

12 lines
165 B
Plaintext

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