Answers for "nginx manual restart"

18

restart nginx

sudo systemctl restart nginx
Posted by: Guest on June-01-2020
3

restart nginx windows

@ECHO OFF
cd /nginx
taskkill /f /IM nginx.exe
start nginx
EXIT
Posted by: Guest on April-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language