Finalized Snipe IT role. SAML Support still missing

This commit is contained in:
2025-02-05 15:49:45 +01:00
parent 53af17b2ab
commit dacb3c74fb
4 changed files with 52 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ location /
# headers
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Port 443;
proxy_set_header Accept-Encoding "";