Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/server/reverse-proxy/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,13 @@ stream {
}
}
```
You'll need to stop Stalwart mail so that nginx can bind to the appropriate ports. Then restart ngxin with the Stream configuration and restart afterwards Stalwart.
```
systemctl stop nginx
systemctl stop stalwart
```
Configuration happens here.
```
systemctl start nginx
systemctl start stalwart
```