#228 use nginx as proxy

This commit is contained in:
Jan Prochazka
2022-02-26 09:54:14 +01:00
parent 6113547304
commit 462f985406
5 changed files with 57 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ function start() {
res.set({
'Cache-Control': 'no-cache',
'Content-Type': 'text/event-stream',
'X-Accel-Buffering': 'no',
Connection: 'keep-alive',
});
res.flushHeaders();