12 lines
215 B
Plaintext
Raw Normal View History

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