mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-03 12:26:03 +02:00
wrap header example values as inline code. (#2474)
This commit is contained in:
parent
487f7ca679
commit
c262aa9b58
2 changed files with 2 additions and 2 deletions
|
@ -1364,7 +1364,7 @@ Set Request Headers allows you to set static values for given request headers. T
|
||||||
```
|
```
|
||||||
:::warning
|
:::warning
|
||||||
|
|
||||||
Neither :-prefixed pseudo-headers nor the Host: header may be modified via this mechanism. Those headers may instead be modified via mechanisms such as prefix_rewrite, regex_rewrite, and host_rewrite.
|
Neither `:-prefixed` pseudo-headers nor the `Host:` header may be modified via this mechanism. Those headers may instead be modified via mechanisms such as `prefix_rewrite`, `regex_rewrite`, and `host_rewrite`.
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|
|
@ -1495,7 +1495,7 @@ settings:
|
||||||
```
|
```
|
||||||
:::warning
|
:::warning
|
||||||
|
|
||||||
Neither :-prefixed pseudo-headers nor the Host: header may be modified via this mechanism. Those headers may instead be modified via mechanisms such as prefix_rewrite, regex_rewrite, and host_rewrite.
|
Neither `:-prefixed` pseudo-headers nor the `Host:` header may be modified via this mechanism. Those headers may instead be modified via mechanisms such as `prefix_rewrite`, `regex_rewrite`, and `host_rewrite`.
|
||||||
|
|
||||||
:::
|
:::
|
||||||
- name: "Remove Request Headers"
|
- name: "Remove Request Headers"
|
||||||
|
|
Loading…
Add table
Reference in a new issue