docs openbsd: spellcheck

This commit is contained in:
Phantasm 2024-11-27 22:21:00 +01:00
commit a323701c33
No known key found for this signature in database
GPG key ID: 2669E588BCC634C8

View file

@ -264,7 +264,7 @@ As root, copy `/home/_pleroma/pleroma/installation/openbsd/httpd.conf` to `/etc/
Edit `/etc/httpd.conf` settings and change: Edit `/etc/httpd.conf` settings and change:
* `<ipaddr>` with your instance's IPv4 address * `<ipaddr>` with your instance's IPv4 address
* All occurances of `example.tld` with your instance's domain name * All occurrences of `example.tld` with your instance's domain name
* When using IPv6 also change: * When using IPv6 also change:
- Uncomment the `ext_inet6="<ip6addr>"` line near the beginning of the file and change `<ip6addr` to your instance's IPv6 address - Uncomment the `ext_inet6="<ip6addr>"` line near the beginning of the file and change `<ip6addr` to your instance's IPv6 address
- Uncomment the line starting with `listen on $ext_inet6` in the `server` block - Uncomment the line starting with `listen on $ext_inet6` in the `server` block
@ -298,7 +298,7 @@ As root, copy `/home/_pleroma/pleroma/installation/openbsd/relayd.conf` to `/etc
Edit `/etc/relayd.conf` settings and change: Edit `/etc/relayd.conf` settings and change:
* `<ipaddr>` with your instance's IPv4 address * `<ipaddr>` with your instance's IPv4 address
* All occurances of `example.tld` with your instance's domain name * All occurrences of `example.tld` with your instance's domain name
* When using IPv6 also change: * When using IPv6 also change:
- Uncomment the `ext_inet6="<ip6addr>"` line near the beginning of the file and change `<ip6addr>` to your instance's IPv6 address - Uncomment the `ext_inet6="<ip6addr>"` line near the beginning of the file and change `<ip6addr>` to your instance's IPv6 address
- Uncomment the line starting with `listen on $ext_inet6` in the `relay wwwtls` block - Uncomment the line starting with `listen on $ext_inet6` in the `relay wwwtls` block