Skip to content
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

bug #25: second attempt to deal with nginx boot problems. #28

Merged
merged 1 commit into from
Oct 23, 2018

Conversation

issa-tseng
Copy link
Member

  • this time we just start nginx directly if the SSL type is anything
    other than letsencrypt.

* this time we just start nginx directly if the SSL type is anything
  other than letsencrypt.
Copy link
Member

@yanokwa yanokwa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

daemon off might look like a problem, but according to https://stackoverflow.com/a/18861312/152938, it's safe for Docker containers. Merge away!

@issa-tseng
Copy link
Member Author

yeah; in fact you have to do daemon off for docker containers because otherwise nginx starts in daemon mode, the script exits, and the docker container shuts down because its process has ended.

@issa-tseng issa-tseng merged commit f3a0d90 into master Oct 23, 2018
@issa-tseng issa-tseng deleted the cxlt/25-2 branch October 23, 2018 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants