12 lines
220 B
Plaintext
Raw Normal View History

2025-08-17 12:49:27 +08:00
worker_processes 1;
events {
2025-08-17 14:02:24 +08:00
worker_connections 1024;
2025-08-17 12:49:27 +08:00
}
http {
2025-08-17 14:02:24 +08:00
include mime.types;
default_type application/octet-stream;
sendfile on;
keepalive_timeout 65;
2025-08-17 12:49:27 +08:00
include simulation-windows.conf;
}