mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Put 'apache_allow_sudo: True' closer to NGINX, in default_vars.yml
This commit is contained in:
parent
223c92f5c5
commit
b0f0ed5059
1 changed files with 3 additions and 3 deletions
|
@ -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/<VERSION>/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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue