Domino 9 und frühere Versionen > ND9: Administration & Userprobleme
WebSite Document und HTTP_Header
atbits:
So klappt es nun:
location / {
proxy_pass http://<<my domino hosts>>;
proxy_redirect off;
proxy_pass_request_headers on;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header $WSRA $remote_addr;
proxy_set_header $WSRH $http_host;
proxy_set_header $WSSN $http_host;
proxy_set_header $WSIS True;
proxy_buffering on;
proxy_cache STATIC;
proxy_cache_valid 200 302 1d;
proxy_cache_valid 404 1m;
proxy_cache_use_stale error timeout invalid_header updating http_500 http_502 http_503 http_504;
}
Navigation
[0] Themen-Index
[*] Vorherige Sete
Zur normalen Ansicht wechseln