ratacat / villagecraft

2 stars 0 forks source link

web server truncates content #55

Open bteitelb opened 9 years ago

bteitelb commented 9 years ago

And can omit Javascript and/or closing HTML tags causing pages to break. Can be fixed temporarily by padding the end of layouts/application.html.erb, but proper fix is needed.

bteitelb commented 9 years ago

Once I have access to the staging server, I'd like to test whether this problem happens there and whether switching from nginx+unicorn to puma fixes it.