bin/contrib/rc-httpd/handlers/__mkfstmp: remove accidentally committed file.
This commit is contained in:
parent
5bde5e35a5
commit
396ff63593
@ -1,14 +0,0 @@
|
|||||||
#!/bin/rc
|
|
||||||
cgiargs=$*
|
|
||||||
|
|
||||||
fn error{
|
|
||||||
if(~ $1 404)
|
|
||||||
exec cgi $cgiargs
|
|
||||||
if not
|
|
||||||
$rc_httpd_dir/handlers/error $1
|
|
||||||
}
|
|
||||||
|
|
||||||
if(~ $location */)
|
|
||||||
exec cgi $cgiargs
|
|
||||||
if not
|
|
||||||
exec serve-static
|
|
Loading…
Reference in New Issue
Block a user