We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef55b57 commit 3a93f27Copy full SHA for 3a93f27
interface/web/sites/web_domain_edit.php
@@ -367,7 +367,7 @@ function onShowEnd() {
367
$app->tpl->setVar("apache_directive_snippets_txt",$apache_directive_snippets_txt);
368
}
369
370
- if($server_type = 'nginx'){
+ if($server_type == 'nginx'){
371
$nginx_directive_snippets = $app->db->queryAllRecords("SELECT * FROM directive_snippets WHERE type = 'nginx' AND active = 'y'");
372
$nginx_directive_snippets_txt = '';
373
if(is_array($nginx_directive_snippets) && !empty($nginx_directive_snippets)){
0 commit comments