Updated Direct Dependencies and Removed oparent
[holmes/rule-management.git] / rulemgt-standalone / src / main / assembly / nginx-http.conf
index 6c49c87..0b0224d 100644 (file)
@@ -32,7 +32,7 @@ http {
         server_name  _;
 
         location / {
-            root   /usr/share/nginx/html;
+            root   /var/lib/nginx/html;
 
             proxy_set_header Host $proxy_host;
             proxy_set_header X-Real-IP $remote_addr;