diff options
author | tangpeng <tang.peng5@zte.com.cn> | 2019-03-30 07:56:48 +0000 |
---|---|---|
committer | tangpeng <tang.peng5@zte.com.cn> | 2019-03-30 07:56:48 +0000 |
commit | cc31e5503fbc9c17ada9e3b324457c3a2d67ec54 (patch) | |
tree | 998325547d20eaf8aacb86c3f5b1443a63b9dc7e /rulemgt-standalone/pom.xml | |
parent | dd6a7fa137605db8e2eec437167c438af0ea2447 (diff) |
HTTP/S Modifications
Change-Id: I731a37f868a8145f3018314db7c0248a75c8d62d
Issue-ID: HOLMES-203
Signed-off-by: tangpeng <tang.peng5@zte.com.cn>
Diffstat (limited to 'rulemgt-standalone/pom.xml')
-rw-r--r-- | rulemgt-standalone/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rulemgt-standalone/pom.xml b/rulemgt-standalone/pom.xml index 2adb938..bb3b0ec 100644 --- a/rulemgt-standalone/pom.xml +++ b/rulemgt-standalone/pom.xml @@ -130,7 +130,7 @@ <directory>src/main/assembly/</directory> <filtering>false</filtering> <includes> - <include>nginx.conf</include> + <include>nginx-*.conf</include> <include>**/holmes-frontend*.*</include> <include>**/*.pem</include> </includes> |