Skip to content

Commit

Permalink
fix uwsgi proxy pass name
Browse files Browse the repository at this point in the history
  • Loading branch information
zamronypj committed Jul 29, 2020
1 parent 55657ed commit 77df752
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ implementation
function TDeployUwsgiBalancerTaskFactory.getProxyPass() : shortstring;
begin
//this will be used by nginx
result := 'uwscgi_pass';
result := 'uwsgi_pass';
end;

function TDeployUwsgiBalancerTaskFactory.getProxyParams() : shortstring;
Expand Down

0 comments on commit 77df752

Please sign in to comment.