voidkitty/README.md
2017-11-09 15:56:02 +08:00

79 B

location ~ "\/[0-9a-z]{40}$" {
	try_files $uri /src/php/download.php;
}