I have a machine with latest PHP and MySQL. I need to use Nginx. I managed to serve Omeka using this recipe:
https://www.nginx.com/resources/wiki/start/topics/recipes/omeka/
When I go to my address I am presented with the ‘Install Omeka S - Create the first user’ page. When I fill it in and I submit, the response is the same page with an empty form, i.e. I’m stuck in a loop. The POST response in the browser console gives me a 404-not found error.
I feel I’m very close, can anyone shed some light on this? I feel that Omeka should not support Apache exclusively. Is this a Omeka-s issue? Am I overlooking something obvious?
Thanks.