You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question regarding the maintenance toggle shellscript: Why is it necessary to restart nginx each time the maintenance mode is toggled on/off? The file existence check in the maintenance-page.conf is executed for each nginx request, therefore in my tests it was only necessary to create the maintenance-page_on.html file without reloading nginx to turn the maintenance mode on.
Thank you,
Timon
The text was updated successfully, but these errors were encountered:
Nginx is reloaded.
This reloads the configuration without restarting the server, just in case any configuration has changed.
If nothing has changed, then nothing is done basically.
Hello,
thank you for your handy scripts!
I have a question regarding the maintenance toggle shellscript: Why is it necessary to restart nginx each time the maintenance mode is toggled on/off? The file existence check in the
maintenance-page.conf
is executed for each nginx request, therefore in my tests it was only necessary to create themaintenance-page_on.html
file without reloading nginx to turn the maintenance mode on.Thank you,
Timon
The text was updated successfully, but these errors were encountered: