From b0f0ed505925f726b4fc9175897e28bd2006fc7a Mon Sep 17 00:00:00 2001 From: root Date: Sat, 16 May 2020 17:59:28 -0400 Subject: [PATCH] Put 'apache_allow_sudo: True' closer to NGINX, in default_vars.yml --- vars/default_vars.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 56e0e1c57..fb4572340 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -255,6 +255,9 @@ nginx_high_php_limits: False # https://github.com/iiab/iiab/blob/master/roles/www_options/tasks/main.yml#L53-L67 # ...ARE SUITABLE FOR YOUR HARDWARE, for: /etc/php//fpm/php.ini +# Make this False to disable http://box/common/services/power_off.php button: +apache_allow_sudo: True + # See also Apache vars {default_language, language_priority} @ top of this file # # 2020-05-16: apache_install is completely ignored as Node.js is installed @@ -269,9 +272,6 @@ apache_enabled: False apache_port: 8090 apache_interface: 127.0.0.1 # 2020-01-13: Var unused -# Make this False to disable http://box/common/services/power_off.php button: -apache_allow_sudo: True - # 4-SERVER-OPTIONS