Add wasm-mutator-fuzz test (#3420)
This commit is contained in:
15
tests/fuzz/wasm-mutator-fuzz/portal/nginx.conf
Normal file
15
tests/fuzz/wasm-mutator-fuzz/portal/nginx.conf
Normal file
@ -0,0 +1,15 @@
|
||||
error_log stderr;
|
||||
|
||||
pid /var/run/nginx.pid;
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
http {
|
||||
access_log /dev/stdout;
|
||||
server_tokens off;
|
||||
|
||||
include /etc/nginx/mime.types;
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
}
|
||||
Reference in New Issue
Block a user