Changes between Initial Version and Version 1 of Ticket #2219


Ignore:
Timestamp:
07/17/21 22:03:47 (3 years ago)
Author:
xavierog@…
Comment:

Simplified the nginx configuration snippet.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2219 – Description

    initial v1  
    66server_name hack03;
    77location /test/ {
    8     set $value omelette\ du\ fromage;
    9     add_header X-Value $value always;
     8    add_header X-Value omelette\ du\ fromage always;
    109}
    1110}}}