tpotce/docker/dionaea/dist/etc/services/http.yaml

18 lines
502 B
YAML
Raw Normal View History

- name: http
config:
root: "/opt/dionaea/var/dionaea/roots/www"
ports:
2018-03-31 15:18:28 +00:00
- 8081
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"]