gixy/tests/plugins/simply/add_header_redefinition/location_replaces.conf

5 lines
92 B
Plaintext

add_header X-Frame-Options "DENY" always;
location /new-headers {
add_header X-Foo foo;
}