The standard is to save it in /etc/nginx/sites-available/your-domain and create a symlink in /etc/nginx/sites-enabled. Then run nginx -t to validate the syntax and systemctl reload nginx (or service nginx reload) to apply without dropping connections.