* use appropriate php version both for php and apache installations
+ pma for apache with auth and hand made change granted permissions + wp-cli + www-domain alias for apache and revers redirect for that
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
nginx_www_domain: True
|
||||
nginx_www_redirect: www
|
||||
nginx_www_domain: {{ has_www_domain }}
|
||||
nginx_www_redirect: {{ www_domain_is_primary | ternary('www', 'non-www') }}
|
||||
|
||||
Reference in New Issue
Block a user