mirror of
https://git.sakamoto.pl/laudom/http.sh.git
synced 2025-09-17 15:33:44 +02:00
10 lines
260 B
Bash
10 lines
260 B
Bash
## app config
|
|
## your application-specific config goes here!
|
|
|
|
# worker_add example 5
|
|
cfg[enable_multipart]=false # by default, uploading files is disabled
|
|
|
|
if [[ "$run_once" ]]; then
|
|
# the following will only run once at startup, not with every request
|
|
:
|
|
fi
|