generated from nathanwoodburn/python-webserver-template
12 lines
290 B
Bash
12 lines
290 B
Bash
# Server configuration
|
|
WORKERS=1
|
|
THREADS=2
|
|
|
|
# Proxy PAC configuration
|
|
# The proxy server address (hostname:port)
|
|
PROXY_ADDRESS=127.0.0.1:8080
|
|
|
|
# Additional TLDs to skip beyond the IANA list
|
|
# The server automatically skips all TLDs from IANA plus some special ones
|
|
ADDITIONAL_SKIP_TLDS=lan
|