Skip to content

Commit

Permalink
update before filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveorevo committed Oct 15, 2023
1 parent e0f499d commit 8fd032a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nodeapp.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ public function generate_nginx_files( $nodeapp_folder, $inc_root = true ) {

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

0 comments on commit 8fd032a

Please sign in to comment.