wcdean / go-time-cloud

0 stars 0 forks source link

19224 - Understanding Nginx configuration files - ALL DISTROS #553

Open wcdean opened 9 years ago

wcdean commented 9 years ago

Testing and editing for 19224 - Understanding Nginx configuration files - ALL DISTROS

nolankirkland commented 9 years ago

UBUNTU: FAILED at: Reducing a sample NGINX Configuration file

The following is an nginx.conf file prior to any user configurations being added.

user www-data; worker_processes 4; pid /run/nginx.pid; events { worker_connections 768;

multi_accept on;

} RETURNED LOTS OF 'COMMAND NOT FOUND'