Update readme.md

This commit is contained in:
Axel 2024-01-08 21:33:47 +01:00 committed by GitHub
parent 2fdca6b0c7
commit 6b50f8a4fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,6 +108,8 @@ server {
location / { location / {
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Scheme $scheme;
proxy_pass http://localhost:8080; proxy_pass http://localhost:8080;
} }