mirror of
https://github.com/TxtDot/webder.git
synced 2025-02-26 14:21:25 +03:00
fix: docker, docs, workflows
This commit is contained in:
parent
50a8c0aed8
commit
b3f6fb715d
13 changed files with 503 additions and 366 deletions
12
.env.example
12
.env.example
|
@ -1,5 +1,9 @@
|
|||
HOST="0.0.0.0"
|
||||
PORT=8080
|
||||
TIMEOUT=0
|
||||
WAIT_FOR_PAGE_LOAD_TIMEOUT=2000
|
||||
REVERSE_PROXY=false
|
||||
PORT=8080
|
||||
TIMEOUT=0 # Max timout for server response, 0 means no timeout
|
||||
REVERSE_PROXY=false # Set true if app running behind reverse_proxy
|
||||
|
||||
# Maximum timeout for waiting for page load, once the page is
|
||||
# loaded or the timeout is exceeded, rendering is terminated
|
||||
# and the page is rendered
|
||||
WAIT_FOR_PAGE_LOAD_TIMEOUT=2000
|
Loading…
Add table
Reference in a new issue