We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7770316 commit e2b0672Copy full SHA for e2b0672
bash/ss-purge-nginx.txt
@@ -68,7 +68,7 @@ ss_echo "${COLOR_INFO}Running ss-purge-nginx... ${COLOR_RESET}"
68
## when running TMPFS this script clears the FastCGI cache files from RAM memory ##
69
70
ss_rm "${PATH_CACHE_NGINX}"*
71
-nginx -s reload > /dev/null
+nginx -s reload 2>&1 | grep -v -E "(signal|reopening|worker|exiting)"
72
73
####################################################################################################
74
#### SlickStack: Reset Permissions (SlickStack Scripts) ############################################
0 commit comments