remove redundant proxy configs
This commit is contained in:
parent
ee54cdecdb
commit
aafdb8daba
1 changed files with 0 additions and 5 deletions
|
|
@ -99,11 +99,6 @@ in
|
|||
proxyPass = "http://127.0.0.1:${ports.radicale}/";
|
||||
extraConfig = ''
|
||||
proxy_set_header X-Script-Name /caldav;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Host $host;
|
||||
proxy_set_header X-Forwarded-Port $server_port;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_pass_header Authorization;
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue