summaryrefslogtreecommitdiffstats
path: root/rulemgt-standalone/src/main/assembly/nginx-https.conf
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2023-10-30 18:20:49 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2023-10-30 20:01:03 +0800
commit4656c4f34b7eef4c91ecaddee5efc48644a3333b (patch)
tree799b49f651e5a9a8a233e49e5341b0525a6022f1 /rulemgt-standalone/src/main/assembly/nginx-https.conf
parent3bf7c480269528b81886b6d240f70e173ddde6e8 (diff)
Updated Direct Dependencies and Removed oparent
Issue-ID: HOLMES-633 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: Id61086b6eac746cd7752eeb8b2f60474bda6d024
Diffstat (limited to 'rulemgt-standalone/src/main/assembly/nginx-https.conf')
-rw-r--r--rulemgt-standalone/src/main/assembly/nginx-https.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/rulemgt-standalone/src/main/assembly/nginx-https.conf b/rulemgt-standalone/src/main/assembly/nginx-https.conf
index dafb571..2a9e493 100644
--- a/rulemgt-standalone/src/main/assembly/nginx-https.conf
+++ b/rulemgt-standalone/src/main/assembly/nginx-https.conf
@@ -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;