Ok, I was able to export through the Django dev server. And I found the error in the nginx log:
2016/03/13 17:28:20 [error] 22467#0: *138 upstream prematurely closed connection while reading response header from upstream, client: 147.8.206.182, server: heritage.hku.hk, request: "GET /yangon/concepts/00000000-0000-0000-0000-000000000001?f=skos HTTP/1.1", upstream: "http://unix:/home/hkarches/run/gunicorn_yangon.sock:/yangon/concepts/00000000-0000-0000-0000-000000000001?f=skos", host: "heritage.hku.hk", referrer: "http://heritage.hku.hk/yangon/rdm/4a89af80-a1b1-4b91-963b-994d7d880953" 2016/03/13 17:28:20 [error] 22467#0: *138 open() "/www/heritage.hku.hk/500.html" failed (2: No such file or directory), client: 147.8.206.182, server: heritage.hku.hk, request: "GET /yangon/concepts/00000000-0000-0000-0000-000000000001?f=skos HTTP/1.1", upstream: "http://unix:/home/hkarches/run/gunicorn_yangon.sock:/yangon/concepts/00000000-0000-0000-0000-000000000001?f=skos", host: "heritage.hku.hk", referrer: "http://heritage.hku.hk/yangon/rdm/4a89af80-a1b1-4b91-963b-994d7d880953" Not sure what to do about this, since this request is being passed on to Django (through gunicorn). Any suggestions? -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
