1 --- nginx-1.11.6/conf/nginx.conf.~1~ 2016-11-15 18:11:46.000000000 +0300
2 +++ nginx-1.11.6/conf/nginx.conf 2016-12-08 21:06:07.786872721 +0300
9 -#error_log logs/error.log;
10 -#error_log logs/error.log notice;
11 -#error_log logs/error.log info;
12 +#error_log /var/nginx/logs/error.log;
13 +#error_log /var/nginx/logs/error.log notice;
14 +#error_log /var/nginx/logs/error.log info;
19 # '$status $body_bytes_sent "$http_referer" '
20 # '"$http_user_agent" "$http_x_forwarded_for"';
22 - #access_log logs/access.log main;
23 + #access_log /var/nginx/logs/access.log main;
31 - #access_log logs/host.access.log main;
32 + #access_log /var/nginx/logs/host.access.log main;
36 + root /usr/share/nginx/html;
37 index index.html index.htm;
42 error_page 500 502 503 504 /50x.html;
43 location = /50x.html {
45 + root /usr/share/nginx/html;
48 # proxy the PHP scripts to Apache listening on 127.0.0.1:80
50 # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
54 + # root /usr/share/nginx/html;
55 # fastcgi_pass 127.0.0.1:9000;
56 # fastcgi_index index.php;
57 # fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
59 # server_name somename alias another.alias;
63 + # root /usr/share/nginx/html;
64 # index index.html index.htm;
68 # ssl_prefer_server_ciphers on;
72 + # root /usr/share/nginx/html;
73 # index index.html index.htm;