4 error_log logs/error.log;
9 worker_connections 1024;
15 default_type application/octet-stream;
25 # the file with mapping username per port
26 include /etc/nginx/conf/map_user2port.conf;
28 #include map_user2port.conf
30 # Servers configurations ...
31 include server.conf.example;