Skip to content

Commit

Permalink
update config/nginx/pscontrol and inc/nginx_pagespeed.inc to disable …
Browse files Browse the repository at this point in the history
…CMSDEBUG=n
  • Loading branch information
centminmod committed Oct 11, 2014
1 parent 55d0221 commit 3ef23c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/nginx/pscontrol
@@ -1,7 +1,7 @@
#/bin/bash
# turn ngx_pagespeed on or off switch

CMSDEBUG=y
CMSDEBUG=n
CENTOSVER=$(cat /etc/redhat-release | awk '{ print $3 }')

if [ "$CENTOSVER" == 'release' ]; then
Expand Down
2 changes: 1 addition & 1 deletion inc/nginx_pagespeed.inc
Expand Up @@ -5,7 +5,7 @@ cat > "/usr/local/nginx/conf/pscontrol" <<END
#/bin/bash
# turn ngx_pagespeed on or off switch

CMSDEBUG=y
CMSDEBUG=n
CENTOSVER=\$(cat /etc/redhat-release | awk '{ print \$3 }')

if [ "\$CENTOSVER" == 'release' ]; then
Expand Down

0 comments on commit 3ef23c6

Please sign in to comment.