location_replaces.conf 92 B

12345
  1. add_header X-Frame-Options "DENY" always;
  2. location /new-headers {
  3. add_header X-Foo foo;
  4. }