We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dca917 commit 5cc0656Copy full SHA for 5cc0656
deployment/standalone-web-server/index.md
@@ -158,7 +158,7 @@ Last two `location` configurations tells Nginx to serve files directly if exists
158
Ports below 1024 can be opened only by root. If you want to serve HTTP request directly without reverse proxy, there are options
159
160
### Redirect connections using firewall
161
-You can redirect connnections on port 80 to your application port, 8080 for example. Run as root
+You can redirect connections on port 80 to your application port, 8080 for example. Run as root
162
```
163
# iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080
164
0 commit comments