eslint fixes

pull/360/head
Aman Agarwal 2022-05-26 01:19:11 +05:30
parent 1716814665
commit 400d33985b
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ export default (global, domain) => {
}; };
if (domain.php.wordPressRules.computed) { if (domain.php.wordPressRules.computed) {
config['location = /wp-login.php'].fastcgi_pass = domain.php.phpBackupServer.computed !== '' config['location = /wp-login.php'].fastcgi_pass = domain.php.phpBackupServer.computed !== ''
? phpUpstream(domain) : phpPath(domain) ? phpUpstream(domain) : phpPath(domain);
} }
} }