<div dir="ltr">im trying to create some regex just to match before second slash and only.<div>and allow all subfolders:<br><div><br></div><div>location ~ ^/([^/])+\.(tpl|xml)$ { return 404; }<br></div></div><div><br></div><div>these files are located in root folder, and i dont want them to be downloaded, </div><div>but other files in subfolder are downloadable.</div><div><br></div><div>not sure why it not working?</div></div>