I want to run musicbrainz on was ec2 with nginx as a reverse proxy web server. As far as I can tell with the default setup as outlined here you end up with musicbrainz running on plackup which is only meant to be used in a dev environment.
I don’t have much experience with nginx or musicbrainz but as far as I can gather I need to use fastcgi in order to get requests proxying through nginx to the musicbrainz server. Is this correct? If so can is there some way I can use the nginx stuff here: https://github.com/metabrainz/musicbrainz-server/tree/master/admin/nginx