1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-08 19:32:30 +01:00

made the table of contents look good

This commit is contained in:
AToska21 2021-12-23 16:59:24 +01:00 committed by GitHub
parent d9a347d2d5
commit f0620c4a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@
## Setup
### Apache2 is currently not supported.
A reverse proxy is when you take a web server, for our example, NGINX and you ue it to redirect traffic on port 80/443 to port 3001, but to
your browser, it still appears as port 80/443
@ -11,7 +10,7 @@ A reverse proxy is the most efficient way to setup HTTPS on your instance.
To do this, you need a basic understanding of setting up a web server.
### Without HTTPS (you can remove the "location = api/register" part of the website, it's there to stop people from raiding your instance)
### Without HTTPS
```
limit_req_zone $binary_remote_addr zone=registerzone:10m rate=1r/m;