Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docker_dashboard/shiny_server.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ server {
# Disable some network protocols that are causing issues
disable_protocols websocket xdr-streaming xhr-streaming iframe-eventsource iframe-htmlfile;

# Set app timeout threshold to 8 hours, and user session timeout to 4 hours
app_idle_timeout 28800;
app_session_timeout 14400;

}
}