summaryrefslogtreecommitdiffstats
path: root/rulemgt-standalone/src/main/assembly/nginx-http.conf
diff options
context:
space:
mode:
Diffstat (limited to 'rulemgt-standalone/src/main/assembly/nginx-http.conf')
-rw-r--r--rulemgt-standalone/src/main/assembly/nginx-http.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/rulemgt-standalone/src/main/assembly/nginx-http.conf b/rulemgt-standalone/src/main/assembly/nginx-http.conf
index 6c49c87..0b0224d 100644
--- a/rulemgt-standalone/src/main/assembly/nginx-http.conf
+++ b/rulemgt-standalone/src/main/assembly/nginx-http.conf
@@ -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;