View Single Post
  #5  
Old 09-13-2007, 07:01 PM
SoreGUms SoreGUms is offline
Member
 
Join Date: Jul 2007
Location: Sydney, Australia
Posts: 32
Quote:
Originally Posted by mistwang View Post
It is not allowed to serve static content under CGI context/directory. You have to create "static" context for static content. You can use a matching static context like:
URI: exp: ^/cgi-bin/(.*\.html)$
location: path/to/cgi-bin/$1

make sure this context has smaller sequence number than the CGI context.
good luck.
Thanks for that - I got it
Reply With Quote