12 lines
214 B
Plaintext
Raw Normal View History

2025-08-17 13:32:02 +08:00
worker_processes 1;
events {
2025-08-17 14:01:56 +08:00
worker_connections 1024;
2025-08-17 13:32:02 +08:00
}
http {
2025-08-17 14:01:56 +08:00
include mime.types;
default_type application/octet-stream;
sendfile on;
keepalive_timeout 65;
2025-08-17 13:32:02 +08:00
include eval-windows.conf;
}