mirror of
https://github.com/KevinMidboe/nginx.git
synced 2026-01-04 08:25:38 +00:00
Updated all more_set_header statements with 'KEY: value1 value2' syntax
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user