tpotce/docker/dionaea/dist/etc/services/http.yaml
2018-06-04 11:29:25 +00:00

17 lines
500 B
YAML

- name: http
config:
root: "/opt/dionaea/var/dionaea/roots/www"
ports:
- 81
ssl_ports:
- 443
max_request_size: 32768 # maximum size in kbytes of the request (32MB)
global_headers:
- ["Server", "nginx"]
headers:
- filename_pattern: ".*\\.php"
headers:
- ["Content-Type", "text/html; charset=utf-8"]
- ["Content-Length", "{content_length}"]
- ["Connection", "{connection}"]
- ["X-Powered-By", "PHP/5.6"]