6 #access_log /var/log/nginx/host.access.log main;
9 root /usr/share/nginx/html;
10 index index.html index.htm;
13 #error_page 404 /404.html;
15 # redirect server error pages to the static page /50x.html
17 error_page 500 502 503 504 /50x.html;
18 location = /50x.html {
19 root /usr/share/nginx/html;
22 # proxy the PHP scripts to Apache listening on 127.0.0.1:80
25 # proxy_pass http://127.0.0.1;
28 # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
32 # fastcgi_pass 127.0.0.1:9000;
33 # fastcgi_index index.php;
34 # fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
35 # include fastcgi_params;
38 # deny access to .htaccess files, if Apache's document root
39 # concurs with nginx's one