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

Update HTTPS.md

This commit is contained in:
AToska21 2021-12-22 11:39:17 +01:00 committed by GitHub
parent ac1ca1ceaf
commit d876cffc5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,9 @@ If done correctly, you should have your website up and running with SSL. ``serve
An example of a correctly configured NGINX setup (using SSL):
!!! failure "THIS IS JUST AN EXAMPLE"
Do not use this, use the command above, if you use it correctly, you should have a working instance with HTTPS.
```
limit_req_zone $binary_remote_addr zone=registerzone:10m rate=1r/m;
server {