SSEs are now supported through a proxy using buffering. IMHO we should recommend the defaults (buffering=on).
Resolves#115
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Added optional HTTPS configurations
Based on feedback I received and previously made questions around the community forums.
Plus corrected spelling mistakes.
* Added requested changes
- Added further reading
- Suggested that the configuration file be named openhab instead of default
- Suggested to use SSL Labs' site first.
- Used NGINX formatting.
* Address problems with nginx configuration example
Include X-Forwarded Protocol
Disable Proxy buffering by default
* Updated Reverse Proxy page with tutorial
Removed reference to Jetty, replaced file with NGINX
* Added domain independant instructions
Also a short section about getting a domain name.
* Suggested removing HSTS if sticking to HTTP
* Fix typo
minor spelling and format inconsistencies
upper case headlines
deletes spaces and lines at the end
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>