bin/contrib/rc-httpd/handlers/__mkfstmp: remove accidentally committed file.
This commit is contained in:
parent
b64418b85f
commit
b40a814120
1 changed files with 0 additions and 14 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue