Closed perguth closed 8 years ago
Adding the following line to the .htaccess
solved the problem 😄:
Header set Content-Type text/plain
Note: This never was a good solution since we need the content type text/event-stream
in all other cases than /
.
I dont think we set any headers actually for the status page. You wanna PR that?
You're right. Tested it and works 🚀: https://github.com/mafintosh/signalhub/pull/21
Running signalhub behind a reverse proxy I am now dealing with the problem that, instead of displaying the page like it should, the browsers download dialogue opens. 😟
I use the following
.htaccess
: