Skip to content

Commit 5cc0656

Browse files
authored
improve sentence
1 parent 9dca917 commit 5cc0656

File tree

1 file changed

+1
-1
lines changed
  • deployment/standalone-web-server

1 file changed

+1
-1
lines changed

deployment/standalone-web-server/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Last two `location` configurations tells Nginx to serve files directly if exists
158158
Ports below 1024 can be opened only by root. If you want to serve HTTP request directly without reverse proxy, there are options
159159

160160
### Redirect connections using firewall
161-
You can redirect connnections on port 80 to your application port, 8080 for example. Run as root
161+
You can redirect connections on port 80 to your application port, 8080 for example. Run as root
162162
```
163163
# iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080
164164
```

0 commit comments

Comments
 (0)