mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 16:30:17 +02:00
remove "see policy" phrase in settings docs (#1668)
This commit is contained in:
parent
d18e8c661d
commit
2e8b842aed
2 changed files with 3 additions and 3 deletions
|
@ -348,7 +348,7 @@ services:
|
|||
- Example: `TIMEOUT_READ=30s`
|
||||
- Defaults: `TIMEOUT_READ=30s` `TIMEOUT_WRITE=0` `TIMEOUT_IDLE=5m`
|
||||
|
||||
Timeouts set the global server timeouts. For route-specific timeouts, see [policy](./#policy).
|
||||
Timeouts set the global server timeouts. Timeouts can also be set for individual [routes](./#policy).
|
||||
|
||||

|
||||
|
||||
|
|
|
@ -398,13 +398,13 @@ settings:
|
|||
- Example: `TIMEOUT_READ=30s`
|
||||
- Defaults: `TIMEOUT_READ=30s` `TIMEOUT_WRITE=0` `TIMEOUT_IDLE=5m`
|
||||
doc: |
|
||||
Timeouts set the global server timeouts. For route-specific timeouts, see [policy](./#policy).
|
||||
Timeouts set the global server timeouts. Timeouts can also be set for individual [routes](./#policy).
|
||||
|
||||

|
||||
|
||||
> For a deep dive on timeout values see [these](https://blog.cloudflare.com/the-complete-guide-to-golang-net-http-timeouts/) [two](https://blog.cloudflare.com/exposing-go-on-the-internet/) excellent blog posts.
|
||||
shortdoc: |
|
||||
Timeouts set the global server timeouts. For route-specific timeouts, see policy.
|
||||
Timeouts set the global server timeouts. Timeouts can also be set for individual routes.
|
||||
- name: "GRPC Options"
|
||||
settings:
|
||||
- name: "GRPC Address"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue