This commit is contained in:
Kieran 2017-11-09 15:56:02 +08:00
parent 7e4002dc00
commit cb2c6027fc

5
README.md Normal file
View File

@ -0,0 +1,5 @@
```
location ~ "\/[0-9a-z]{40}$" {
try_files $uri /src/php/download.php;
}
```