mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-21 08:45:50 +03:00
[docs] Fix typos (#3498)
This commit is contained in:
parent
49eb8f602e
commit
17fdce268c
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ sudo systemctl stop gotosocial
|
||||||
```
|
```
|
||||||
In your GoToSocial config turn off Lets Encrypt by setting `letsencrypt-enabled` to `false`.
|
In your GoToSocial config turn off Lets Encrypt by setting `letsencrypt-enabled` to `false`.
|
||||||
|
|
||||||
If you we running GoToSocial on port 443, change the `port` value back to the default `8080`.
|
If you are running GoToSocial on port 443, change the `port` value back to the default `8080`.
|
||||||
|
|
||||||
If the reverse proxy will be running on the same machine, set the `bind-address` to `"localhost"` so that the GoToSocial server is only accessible via loopback. Otherwise it may be possible to bypass your proxy by connecting to GoToSocial directly, which might be undesirable.
|
If the reverse proxy will be running on the same machine, set the `bind-address` to `"localhost"` so that the GoToSocial server is only accessible via loopback. Otherwise it may be possible to bypass your proxy by connecting to GoToSocial directly, which might be undesirable.
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ example.org {
|
||||||
|
|
||||||
# The actual proxy configuration to port 8080 (unless you've chosen another port number)
|
# The actual proxy configuration to port 8080 (unless you've chosen another port number)
|
||||||
reverse_proxy * http://127.0.0.1:8080 {
|
reverse_proxy * http://127.0.0.1:8080 {
|
||||||
# Flush immediatly, to prevent buffered response to the client
|
# Flush immediately, to prevent buffered response to the client
|
||||||
flush_interval -1
|
flush_interval -1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue