mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-09 01:58:45 +00:00
* Add HAProxy docs * Add changes to Changelog * Add CodeBlock import to haproxy.mdc * Fix typos * Add exceptions to spelling
11 lines
225 B
Bash
11 lines
225 B
Bash
# /etc/anubis/default.env
|
|
|
|
BIND=/run/anubis/default.sock
|
|
BIND_NETWORK=unix
|
|
SOCKET_MODE=0666
|
|
DIFFICULTY=4
|
|
METRICS_BIND=:9090
|
|
COOKIE_DYNAMIC_DOMAIN=true
|
|
# address and port of the actual application
|
|
TARGET=http://localhost:3000
|