You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	update sniproxy
This commit is contained in:
		| @@ -1,11 +1,21 @@ | ||||
| user 	sniproxy | ||||
| pidfile /var/run/sniproxy/sniproxy.pid | ||||
| # | ||||
| # https://github.com/dlundquist/sniproxy/blob/master/sniproxy.conf | ||||
| # | ||||
|  | ||||
| user nobody | ||||
| group nogroup | ||||
|  | ||||
| pidfile /var/run/sniproxy.pid | ||||
|  | ||||
| resolver { | ||||
|     nameserver 8.8.8.8 | ||||
|     mode ipv4_only | ||||
| } | ||||
|  | ||||
| access_log { | ||||
|     filename /var/log/sniproxy/access.log | ||||
| } | ||||
|  | ||||
| error_log { | ||||
|     filename /var/log/sniproxy/error.log | ||||
|     priority notice | ||||
| @@ -13,16 +23,10 @@ error_log { | ||||
|  | ||||
| listener 0.0.0.0 80 { | ||||
|     proto http | ||||
|     access_log { | ||||
|         filename /var/log/sniproxy/access.log | ||||
|     } | ||||
| } | ||||
|  | ||||
| listener 0.0.0.0 443 { | ||||
|     proto tls | ||||
|     access_log { | ||||
|         filename /var/log/sniproxy/access.log | ||||
|     } | ||||
| } | ||||
|  | ||||
| table { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user