Skip to content

Commit 0862ebc

Browse files
Fixed Typo on Apps bad gateway troubleshoot guide
1 parent bba6468 commit 0862ebc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/troubleshoot/applications/bad-gateway.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Bad Gateway Error
33
---
44

55
# Bad Gateway Error
6-
If your deployed application works when you access it via your server’s IP address and port but shows a **Bad Gateway** error on your domain, the issue is most often due to misconfigured port settings, incorrect host mapping, or your app listening only on localhost.
6+
If your deployed application **maybe** works when you access it via your server’s IP address and port but shows a **Bad Gateway** error on your domain, the issue is most often due to misconfigured port settings, incorrect host mapping, or your app listening only on localhost.
77

88

99
## Symptoms
@@ -12,7 +12,7 @@ If your deployed application works when you access it via your server’s IP add
1212

1313

1414
## Diagnosis
15-
- **Port Configuration:** Check the port your application is listening on and see if the correct port is entered in the **Port Expose** field on the Coolify dashboard.
15+
- **Port Configuration:** Check the port your application is listening on and see if the correct port is entered in the **Port Exposes** field on the Coolify dashboard.
1616

1717
- **Host Mapping:** Check if the application’s port is mapped to the host system.
1818

@@ -24,7 +24,7 @@ If your deployed application works when you access it via your server’s IP add
2424

2525

2626
## Solution
27-
- **Update Port Settings:** Enter the correct port number in the **Port Expose** field on the Coolify dashboard and restart your app.
27+
- **Update Port Settings:** Enter the correct port number in the **Port Exposes** field on the Coolify dashboard and restart your app.
2828

2929
<ZoomableImage src="/docs/images/troubleshoot/applications/bad-gateway/1.webp" />
3030
- **Remove Host Port Mapping:** If the port is mapped to the host system, remove the mapping so the proxy can route traffic correctly, then restart your app.

0 commit comments

Comments
 (0)