Skip to content

Commit f71eaab

Browse files
committed
Fix one more intend
1 parent 04f017b commit f71eaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/nginx_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@ function update($event_name, $data) {
13371337
$trans = array(
13381338
'{DOCROOT}' => $vhost_data['web_document_root_www'],
13391339
'{DOCROOT_CLIENT}' => $vhost_data['web_document_root'],
1340-
'{DOMAIN}' => $vhost_data['domain'],
1340+
'{DOMAIN}' => $vhost_data['domain'],
13411341
'{FASTCGIPASS}' => 'fastcgi_pass '.($data['new']['php_fpm_use_socket'] == 'y'? 'unix:'.$fpm_socket : '127.0.0.1:'.$vhost_data['fpm_port']).';'
13421342
);
13431343
foreach($nginx_directive_lines as $nginx_directive_line){

0 commit comments

Comments
 (0)