Maybe you’re not doing it as root?
Try sudo nginx -s reload
, if it still doesn’t work, you might want to try sudo pkill -HUP nginx
.
Maybe you’re not doing it as root?
Try sudo nginx -s reload
, if it still doesn’t work, you might want to try sudo pkill -HUP nginx
.