--- conf/nginx.conf	2008-02-28 20:44:16.000000000 +0000
+++ conf/nginx.conf	2008-07-09 18:05:34.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
@@ -87,7 +87,7 @@
     #    server_name  somename  alias  another.alias;
 
     #    location / {
-    #        root   html;
+    #        root   share/nginx/html;
     #        index  index.html index.htm;
     #    }
     #}
@@ -110,7 +110,7 @@
     #    ssl_prefer_server_ciphers   on;
 
     #    location / {
-    #        root   html;
+    #        root   share/nginx/html;
     #        index  index.html index.htm;
     #    }
     #}
