I installed from the 1-click digital ocean installer, then did an upgrade to 3.3.0.
Everything seems to be working fine, but the upgrade steps in the 3.2 release talk about access headers for nginx configuration.
I’m not terribly familiar with nginx, so I’m not 100% sure where I should put the line
add_header 'Access-Control-Allow-Origin' '*';
I’m looking at the config file in etc/nginx/sites-enabled folder and there are several “locations” and I’m not sure which one I should pop this into.
Any guidance is appreciated.
Thanks!