Skip to content

Commit

Permalink
v1.37.3 (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardopirovano committed Apr 12, 2024
2 parents 2e9256e + 71e9457 commit 8daf2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/main/utils/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const spinUpProxyIfNeeded = (
server {
listen ${port};
server_name ${
appUrlAliasedToLocalhost ? url.host : "localhost"
appUrlAliasedToLocalhost ? url.hostname : "localhost"
};
location / {
proxy_pass http://${DOCKER_BRIDGE_NETWORK_GATEWAY}:${port};
Expand Down

0 comments on commit 8daf2df

Please sign in to comment.