docs: fix nginx configuration

Closes #132
This commit is contained in:
Henrique Dias
2024-08-01 10:39:21 +02:00
committed by GitHub
parent 000f404f7a
commit 373b2ec931
+1 -1
View File
@@ -154,7 +154,7 @@ location / {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header REMOTE-HOST $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_set_header Host $host;
proxy_redirect off;
}
```