diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2020-07-01 08:49:18 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2020-07-01 09:27:49 +0800 |
commit | 3151df6463e77aba7f0234a1604b2839450bbc3f (patch) | |
tree | a753fdfd4cd1e50c9bf737d737a3a2aafe933e59 /rulemgt-standalone/src/main/assembly/nginx-http.conf | |
parent | abdc7bfcaf9431fd507f0e9cd7fbdb96413386cd (diff) |
Changed the Base Image to onap/integration-java11:7.0.0
Change-Id: I0e71d0250c4d1f37d907bf2d1931b3ec8edce44f
Issue-ID: HOLMES-326
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt-standalone/src/main/assembly/nginx-http.conf')
-rw-r--r-- | rulemgt-standalone/src/main/assembly/nginx-http.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rulemgt-standalone/src/main/assembly/nginx-http.conf b/rulemgt-standalone/src/main/assembly/nginx-http.conf index 717d5cf..856ad0d 100644 --- a/rulemgt-standalone/src/main/assembly/nginx-http.conf +++ b/rulemgt-standalone/src/main/assembly/nginx-http.conf @@ -14,7 +14,7 @@ events { http { - include mime.types; + include ../mime.types; default_type application/octet-stream; log_format main '$remote_addr - $remote_user [$time_local] "$request" ' @@ -32,7 +32,7 @@ http { server_name _; location / { - root /usr/local/openresty/nginx/html; + root /usr/share/nginx/html; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; |