mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Created Reverse Proxy Hints (markdown)
parent
eeca5d9b2f
commit
68ced5ea3b
1 changed files with 23 additions and 0 deletions
23
Reverse-Proxy-Hints.md
Normal file
23
Reverse-Proxy-Hints.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Authentication
|
||||
|
||||
## Stripping domain name from authenticated user
|
||||
|
||||
### Apache
|
||||
|
||||
Insert config to strip domain name from authenticated user
|
||||
|
||||
```
|
||||
RequestHeader edit X_REMOTE_USER "^(.*)@.*" "$1"
|
||||
```
|
||||
|
||||
# Timeouts
|
||||
|
||||
## Increase timeout
|
||||
|
||||
### Apache
|
||||
|
||||
Increase timeout and also retry
|
||||
|
||||
```
|
||||
ProxyPass http://localhost:5232/ retry=20 connectiontimeout=300 timeout=300
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue