Hi guys, I’ve tried to ask pretty much everywhere, but no solution until
now. I’m quite sure I’m doing something wrong here, but to be honest I’m
not able to catch it.
I’m rewriting urls from test.foo.com to
bar.foo.com.s3.amazonaws.com/test, and everything works like a charm. If
I point the browser to test.foo.com/index.html nginx serves my static
website exactly as I want. The problem I’m facing now is that I’m not
able to have nginx serve my index.html by default, while retrieving
test.foo.com/
I’ve tried both try_files and index so far, with no result. I’ve also
tried to catch 404s and serve my index.html page (even though I guess
this is a bad practice).
This is what I have right now:
Can someone help me? I’m a bit out of ideas.
What is really strange to me is that (real example)
http://test.stylej.am/ answers with a 404, I really have no idea why
try_files doesn’t work… Maybe $url/index.html is not right and I
should use another syntax?
ngw