Update config - change default value : pagespeed, rtmp is off

This commit is contained in:
2018-08-16 14:29:23 +09:00
parent 0ac40b1b66
commit 26c60b0b95
+3 -2
View File
@@ -30,10 +30,10 @@ LTO=1
### Enter 0 for the module that is not to be used.
### PageSpeed
PAGESPEED=1
PAGESPEED=0
### nginx-rtmp-module
RTMP=1
RTMP=0
### naxsi
NAXSI=1
@@ -68,3 +68,4 @@ NGX_PID="/var/run/nginx.pid"
### Lock file
NGX_LOCK="/var/lock/nginx.lock"