Rename directive add_header -> more_set_header

This commit is contained in:
2023-11-10 17:23:27 +01:00
parent 939bb52523
commit c775aa2406
4 changed files with 19 additions and 30 deletions

View File

@@ -3,4 +3,4 @@ proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-for $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
add_header X-Proxy-Params Applied always;
more_set_header 'X-Proxy-Params Applied';