On site Securing HTTP traffic of your Sync server https://docs.standardnotes.org/self-hosting/https-support/ the command for testing nginx must be
sudo nginx -t
instead of nginx -t
otherwise nginx will report strange and confusing errors for a correct setup.
On site Securing HTTP traffic of your Sync server https://docs.standardnotes.org/self-hosting/https-support/ the command for testing nginx must be
sudo nginx -tinstead of
nginx -totherwise nginx will report strange and confusing errors for a correct setup.