Tilecache standalone server with nginx in production environment
        Posted  
        
            by farhan khan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by farhan khan
        
        
        
        Published on 2010-04-23T14:25:04Z
        Indexed on 
            2010/04/23
            14:43 UTC
        
        
        Read the original article
        Hit count: 487
        
Hi, I am really new to tilecache. I would like to know how good is the tilecache http server that comes with the tilecache installation. Is it practical to deploy it behind nginx in production environment? (i.e. nohup tilecache_http_server.py -p 8000 & and then editting the nginx.conf). The VPS we are using has nginx installed already so I thought that would be the easiest for me. However, how practical/efficient is it?
© Stack Overflow or respective owner