We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7030c18 commit 6b19e52Copy full SHA for 6b19e52
doc/networking.md
@@ -28,7 +28,7 @@ file in `/etc/apache2/sites-available/rdiffweb`.
28
ServerName rdiffweb.mydomain.com
29
ProxyPass / http://localhost:8080/ retry=5
30
ProxyPassReverse / http://localhost:8080/
31
- RemoteIPHeader X-Real-IP
+ RequestHeader set X-Real-IP %{REMOTE_ADDR}s
32
</VirtualHost>
33
34
**SSL configuration**
@@ -54,7 +54,7 @@ Here is an example with SSL configuration.
54
55
56
RequestHeader set X-Forwarded-Proto https
57
58
59
# SSL Configuration
60
SSLEngine on
0 commit comments