Skip to content

Commit

Permalink
Fix in caddyfile guide
Browse files Browse the repository at this point in the history
If the reverse_proxy directive is omitted before 127.0.0.1:6167 in your Caddyfile, enabling the service with systemctl enable will result in an error.
  • Loading branch information
dzming-li authored Feb 10, 2025
1 parent b6e9dc3 commit 6cdc77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploying/generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ your server name).
```caddyfile
your.server.name, your.server.name:8448 {
# TCP reverse_proxy
127.0.0.1:6167
reverse_proxy 127.0.0.1:6167
# UNIX socket
#reverse_proxy unix//run/conduwuit/conduwuit.sock
}
Expand Down

0 comments on commit 6cdc77a

Please sign in to comment.