--- conf/nginx.conf.orig 2015-12-09 15:47:21.000000000 +0100
+++ conf/nginx.conf 2015-12-14 22:26:07.000000000 +0100
#access_log logs/host.access.log main;
index index.html index.htm;
error_page 500 502 503 504 /50x.html;
# proxy the PHP scripts to Apache listening on 127.0.0.1:80
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
+ # root share/nginx/html;
# fastcgi_pass 127.0.0.1:9000;
# fastcgi_index index.php;
- # fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
- # include fastcgi_params;
+ # include fastcgi.conf;
# deny access to .htaccess files, if Apache's document root
# server_name somename alias another.alias;
+ # root share/nginx/html;
# index index.html index.htm;
# ssl_prefer_server_ciphers on;
+ # root share/nginx/html;
# index index.html index.htm;