Updated all more_set_header statements with 'KEY: value1 value2' syntax

This commit is contained in:
2023-11-10 22:18:02 +01:00
parent a4e5c20193
commit 3eeecbfcfe
30 changed files with 64 additions and 64 deletions

View File

@@ -10,8 +10,8 @@ server {
server_name _;
more_set_headers 'X-Dead-End true';
more_set_headers 'Content-Type text/plain';
more_set_headers 'X-Dead-End: true';
more_set_headers 'Content-Type: text/plain';
return 200 ok;
}