openshift-nginx-cartridge
openshift-nginx-cartridge copied to clipboard
An Nginx Cartridge for OpenShift
Is there a way of doing it? (I'm using a windows PC)
Anyone has configured the cartridge for SSL? I get an error that I cannot bind to port 443, Permission denied. Thanks!
when I do a git commit, the redeployment process occurs, but I get this: ``` remote: nginx: [alert] could not open error log file: open() "/usr/local/nginx/logs/error.log" failed (2: No such...
hi there, why i got send() failed (1: Operation not permitted) while resolving, resolver: 8.8.8.8:53 ``` server { listen :; server_name gist.domain.com; access_log off; location / { resolver 8.8.8.8; proxy_pass...
License
Hello there, I saw that there is no license in your project. I forked your project, and I put an Apache license because everything is OpenShift under this license is...