--- conf/nginx.conf.orig	2015-12-09 15:47:21.000000000 +0100
+++ conf/nginx.conf	2015-12-14 22:26:07.000000000 +0100
@@ -41,7 +41,7 @@
         #access_log  logs/host.access.log  main;
 
         location / {
-            root   html;
+            root   share/nginx/html;
             index  index.html index.htm;
         }
 
@@ -51,7 +51,7 @@
         #
         error_page   500 502 503 504  /50x.html;
         location = /50x.html {
-            root   html;
+            root   share/nginx/html;
         }
 
         # proxy the PHP scripts to Apache listening on 127.0.0.1:80
@@ -63,11 +63,10 @@
         # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
         #
         #location ~ \.php$ {
-        #    root           html;
+        #    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
@@ -87,7 +86,7 @@
     #    server_name  somename  alias  another.alias;
 
     #    location / {
-    #        root   html;
+    #        root   share/nginx/html;
     #        index  index.html index.htm;
     #    }
     #}
@@ -109,7 +108,7 @@
     #    ssl_prefer_server_ciphers  on;
 
     #    location / {
-    #        root   html;
+    #        root   share/nginx/html;
     #        index  index.html index.htm;
     #    }
     #}