Updated Direct Dependencies and Removed oparent
[holmes/rule-management.git] / rulemgt-standalone / src / main / assembly / nginx-https.conf
index dafb571..2a9e493 100644 (file)
@@ -36,7 +36,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;