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

9 lines
175 B
Plaintext

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