mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
20 lines
634 B
Bash
20 lines
634 B
Bash
# For the custom configuration, use the file at misc/dev/configs/server-http/hello.conf
|
|
SERVER_NAME=www.example.com
|
|
MULTISITE=yes
|
|
HTTP_PORT=80
|
|
HTTPS_PORT=443
|
|
DNS_RESOLVERS=9.9.9.9 8.8.8.8 8.8.4.4
|
|
API_LISTEN_IP=127.0.0.1
|
|
USE_BUNKERNET=no
|
|
USE_BLACKLIST=no
|
|
SEND_ANONYMOUS_REPORT=no
|
|
LOG_LEVEL=debug
|
|
SERVE_FILES=no
|
|
DISABLE_DEFAULT_SERVER=yes
|
|
USE_CLIENT_CACHE=yes
|
|
USE_GZIP=yes
|
|
www.example.com_USE_TEMPLATE=ui
|
|
www.example.com_USE_REVERSE_PROXY=yes
|
|
www.example.com_REVERSE_PROXY_URL=/admin
|
|
www.example.com_REVERSE_PROXY_HOST=http://127.0.0.1:7000
|
|
EXTERNAL_PLUGIN_URLS=https://github.com/bunkerity/bunkerweb-plugins/archive/refs/heads/dev.zip
|