2021-07-02 22:12:47 +00:00
|
|
|
[http]
|
|
|
|
bind_addr = "0.0.0.0"
|
|
|
|
bind_port = "8080"
|
2021-11-01 13:36:44 +00:00
|
|
|
paths = ["wp-login.php","wp-login","wp-json/omapp/v1/support"]
|
|
|
|
|
|
|
|
# Unix Socket Listener (will override default)
|
|
|
|
use_unix_socket = false
|
|
|
|
unix_socket = "/var/run/hellpot"
|
2021-07-02 22:12:47 +00:00
|
|
|
|
|
|
|
[logger]
|
|
|
|
debug = true
|
|
|
|
log_directory = "/var/log/hellpot/"
|
2021-11-01 13:36:44 +00:00
|
|
|
nocolor = true
|
|
|
|
use_date_filename = false
|
|
|
|
|
|
|
|
[performance]
|
|
|
|
# max_workers is only valid if restrict_concurrency is true
|
|
|
|
restrict_concurrency = false
|
|
|
|
max_workers = 256
|
|
|
|
|
|
|
|
[deception]
|
|
|
|
# Used as "Server: " header (if not proxied)
|
|
|
|
server_name = "nginx"
|