mirror of
				https://github.com/telekom-security/tpotce.git
				synced 2025-11-03 22:12:53 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			500 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			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"]
 |