-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
nginx service improvements #5846
Conversation
Adding Restart, RestartSec, StartLimitInterval to ensure that the service is started in case if it can't assign (bind) the address as often it takes longer for the network (e.g. dhcpcd) to get the IP assigned.
Can we lower to 1sec? 10 sec is really too much in my opinion. |
@lethalman it's not good as it will throw see as below, just tried:
5 times tried to restart and gave up with |
Might be a good idea to add or keep it to at least |
@arno01 we can think of it. It's certainly an improvement over the previous I have no strong opinion on this, except that 10s is too much. |
This delay with |
@lethalman okay then, |
nginx service improvements
Merging this, I think it's a good to have default. |
To address #5832