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

Update h5bp #876

Merged
merged 1 commit into from
Sep 4, 2017
Merged

Update h5bp #876

merged 1 commit into from
Sep 4, 2017

Conversation

tangrufus
Copy link
Member

@tangrufus tangrufus commented Sep 1, 2017

Note: I can't get ssl.no-default to work. Thus, I omitted it.

error_log {{ nginx_logs_root }}/error.log warn;
{% endblock %}

{% block pid %}
# The file storing the process ID of the main process
pid /run/nginx.pid;
# Default: nginx.pid
pid /var/run/nginx.pid;
Copy link
Member

Choose a reason for hiding this comment

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

Was this change from h5bp? I believe it should stay as /run. It's the "newer" location and /var/run is symlinked to it.

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

So /run is the correct one?

Copy link
Member

Choose a reason for hiding this comment

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

From what I can tell it is. So let's keep it as /run

Copy link
Member Author

Choose a reason for hiding this comment

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

reverted

@swalkinshaw
Copy link
Member

Rest looks good, thanks 👍

@swalkinshaw swalkinshaw merged commit 782bdb5 into roots:master Sep 4, 2017
@tangrufus tangrufus deleted the update-h5bp branch September 7, 2017 22:28
@retlehs retlehs mentioned this pull request Oct 11, 2017
1 task
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