sclorg/nginx-ex

README gives bad instructions - can't pull template.

Closed this issue · 3 comments

oc new-app -f https://raw.githubusercontent.com/sclorg/nginx-ex/master/openshift/templates/nginx.json
error: unable to load template file "https://raw.githubusercontent.com/sclorg/nginx-ex/master/openshift/templates/nginx.json": unable to read URL "https://raw.githubusercontent.com/sclorg/nginx-ex/master/openshift/templates/nginx.json", server reported 404 Not Found, status code=404
error: no match for "https://raw.githubusercontent.com/sclorg/nginx-ex/master/openshift/templates/nginx.json"

Should be:

https://raw.githubusercontent.com/sclorg/nginx-ex/master/openshift/templates/nginx.json

Thanks!

Note: nginx-ex is not tested and still only in 'staging' phase.

That's actually why it gives you 404. It's meant to be that way for now.