1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 22:53:59 +00:00

Fix nginx closing WebSocket connection after 60 seconds (#370)

* Test

* Add keepalive

* Revert "Add keepalive"

This reverts commit 8b92198122.

* Update dashboard.py

* Revert

* Lint
This commit is contained in:
Otto Winter
2019-01-19 22:10:10 +01:00
committed by GitHub
parent e13bffbb2f
commit eb39add6fc
3 changed files with 17 additions and 6 deletions

View File

@@ -409,7 +409,7 @@
</div>
</div>
<div class="modal-footer">
<a class="modal-close waves-effect waves-green btn-flat stop-logs">Stop</a>
<a class="modal-close waves-effect waves-green btn-flat stop-logs">Close</a>
</div>
</div>