-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pod does not show logs for Nginx launch. #94
Comments
Hum, I think you should get access & error logging by default. Can you try adding something like the below to your nginx.conf? Does the build log show any errors?
|
I have the same issue, except that I do not have a special conf file, my image contains only an HTML page and some images:
And the pod logs in OpenShift stays empty |
Same here |
@chainhead @josnin Is this still valid? See documentation https://github.com/sclorg/nginx-container/tree/master/1.24#environment-variables-and-volumes |
I have a simple
nginx.conf
at the root of mygit
repository. I want to launch Nginx in a pod with this command:oc new-app registry.access.redhat.com/rhscl/nginx-114-rhel7~https://github.com/user/repo.git
The build and deployment configuration seem to have gone fine. However, the pod does not show any log output at all! How do I verify if the launch is successful or not?
nginx.conf
The text was updated successfully, but these errors were encountered: