Skip to content

Commit 5d68ffe

Browse files
Added API Connectivity Manager 1.5.0 support (#89)
1 parent c701963 commit 5d68ffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nginx-nms-docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A bash script to quickly install NGINX Management Suite through the official Hel
2525
This repository has been tested with:
2626

2727
- NGINX Instance Manager 2.4.0, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0, 2.9.0
28-
- NGINX Management Suite API Connectivity Manager 1.0.0, 1.1.0, 1.1.1, 1.2.0, 1.3.0, 1.3.1, 1.4.0, 1.4.1
28+
- NGINX Management Suite API Connectivity Manager 1.0.0, 1.1.0, 1.1.1, 1.2.0, 1.3.0, 1.3.1, 1.4.0, 1.4.1, 1.5.0
2929
- Security Monitoring 1.0.0, 1.1.0, 1.2.0, 1.3.0
3030
- NGINX App Protect WAF compiler 3.1088.2, 4.2.0, 4.100.1
3131

nginx-nms-docker/container/startNIM.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ esac
113113

114114
# Start API Connectivity Manager - from /lib/systemd/system/nms-acm.service
115115
sleep 5
116-
/usr/bin/nms-acm server &
116+
sudo -u nms /usr/bin/nms-acm server &
117117

118118
sleep 5
119119

0 commit comments

Comments
 (0)