We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bba110 + c4714e2 commit 48e2314Copy full SHA for 48e2314
Modular Scripts/Nginx/configure-nginx.sh
@@ -9,7 +9,7 @@ source configure-linux.sh "being-invoked"
9
#name of the current script
10
SCRIPT_NAME=configure-nginx.sh
11
#version of the current script
12
-SCRIPT_VERSION=1.4
+SCRIPT_VERSION=1.5
13
14
#we have not found the nginx version yet at this point in the script
15
APP_TAG="\"nginx-version\":\"\""
@@ -229,7 +229,7 @@ write21NginxFileContents() {
229
\$ActionSendStreamDriverPermittedPeer *.loggly.com
230
231
#RsyslogGnuTLS
232
- \$DefaultNetstreamDriverCAFile /etc/rsyslog.d/keys/ca.d/logs-01.loggly.com_sha12.crt
+ \$DefaultNetstreamDriverCAFile $CA_FILE_PATH
233
234
# nginx access file:
235
\$InputFileName $LOGGLY_NGINX_LOG_HOME/$NGINX_ACCESS_LOG_FILE
0 commit comments