Skip to content

Commit 8fd032a

Browse files
committed
update before filter
1 parent e0f499d commit 8fd032a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nodeapp.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ public function generate_nginx_files( $nodeapp_folder, $inc_root = true ) {
270270

271271
// Overrite the proxy_hide_header in the SSL config file
272272
$nginx .= "# Override prev. proxy_hide_header Upgrade\nadd_header Upgrade \$http_upgrade always;";
273+
$args['nginx'] = $nginx;
273274
$args = $hcpp->do_action( 'nodeapp_subfolder_nginx_ssl_conf', $args );
274275
$nginx = $args['nginx'];
275276
file_put_contents( "/home/$user/conf/web/$domain/nginx.ssl.conf_nodeapp", $nginx );

0 commit comments

Comments
 (0)