I have been doing some digging and have found a few nginx config files in /local-sites/mysite and ~/.conf/Local/. I cannot find access log reference so I try adding it with the following.
access_log "/logs/nginx/access.log" warn;
I have tried several variations of the path but still always get a 502 error. Any help would be appreciated.
Thanks for the reply. After looking at this, fresh this morning, I realized I was putting quotes around the path. That was the problem. Quotes are not expected in the config.