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

@@ -35,7 +35,7 @@ http {
# Headers #
##################
add_header X-Web-Entry "Bifrost" always;
more_set_header 'X-Web-Entry Bifrost';
##################
# SSL settings #