x_forwarded as true
This commit is contained in:
parent
b4acdc9ffc
commit
4b68de32f3
1 changed files with 2 additions and 2 deletions
|
@ -19,10 +19,10 @@ listeners:
|
||||||
- '::'
|
- '::'
|
||||||
- '0.0.0.0'
|
- '0.0.0.0'
|
||||||
type: http
|
type: http
|
||||||
x_forwarded: false
|
x_forwarded: true
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- names: [client, webclient]
|
- names: [client]
|
||||||
compress: true
|
compress: true
|
||||||
- names: [federation]
|
- names: [federation]
|
||||||
compress: false
|
compress: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue