|
|
@ -429,11 +429,11 @@ def site_package_check(self, stype): |
|
|
|
stack.app = self.app |
|
|
|
if stype in ['html', 'php', 'mysql', 'wp', 'wpsubdir', 'wpsubdomain']: |
|
|
|
Log.debug(self, "Setting apt_packages variable for Nginx") |
|
|
|
|
|
|
|
|
|
|
|
if EEVariables.ee_platform_distro == 'Debian': |
|
|
|
check_nginx = 'nginx-extras' |
|
|
|
else: |
|
|
|
check_nginx = 'nginx-Custom' |
|
|
|
check_nginx = 'nginx-custom' |
|
|
|
|
|
|
|
if not EEAptGet.is_installed(self, check_nginx): |
|
|
|
apt_packages = apt_packages + EEVariables.ee_nginx |
|
|
|