# For more information on configuration, see: # * Official English Documentation: http://nginx.org/en/docs/ # * Official Russian Documentation: http://nginx.org/ru/docs/ %if %%os_name == 'Fedora' user nginx; %else user www-data; %end if worker_processes auto; #GNUNUX error_log /var/log/nginx/error.log; #>GNUNUX error_log syslog:server=unix:/dev/log; #GNUNUX access_log syslog:server=unix:/dev/log combined; error_log syslog:server=unix:/dev/log error; #