Skip to content

Commit

Permalink
Fix himalia ngnix proxypass
Browse files Browse the repository at this point in the history
Signed-off-by: karim mdmirajul <[email protected]>
  • Loading branch information
karim20230 committed May 3, 2024
1 parent 8aebeaf commit 90b320f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/prbuilder/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
forceSSL = true;
default = true;
locations."/" = {
proxyPass = "http:127.0.0.1:3015";
proxyPass = "http://127.0.0.1:3015";
};
};
};
Expand Down

0 comments on commit 90b320f

Please sign in to comment.