How do you set up SSL and Nginx Proxying?
        Posted  
        
            by 
                Jason Christa
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Jason Christa
        
        
        
        Published on 2009-01-23T21:39:53Z
        Indexed on 
            2012/10/22
            11:05 UTC
        
        
        Read the original article
        Hit count: 422
        
I have Nginx listening to traffic on port 80 and proxying certain request to Apache over port 8080. I am going to set up Nginx to listen to port 443 for https traffic, but my question is how should the proxying be done now? Does the proxy to Apache need to be https or has Nginx already decoded it so I can keep sending it to Apache over port 8080. BTW, Apache is running with the least amount of modules installed possible and has currently has no SSL related modules, would I need to install any?
© Server Fault or respective owner