I am trying to make modification in the Nginx conf file to remove a \"rewrite\".
Now I have this configuration file:
worker_processes 1; events {
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.
sudo nginx -s reload
sudo pkill -HUP nginx