generated from nathanwoodburn/python-webserver-template
All checks were successful
Build Docker / BuildImage (push) Successful in 54s
12 lines
290 B
Plaintext
12 lines
290 B
Plaintext
# 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
|