worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendfile on; keepalive_timeout 65; server { listen 51268; server_name localhost; allow 127.0.0.1; deny all; location / { root "C:/Documents and Settings/OHI/Local Settings/Temp/gm_ttt_12194/"; index index.html index.htm; } } }