Merge pull request #4696 from nextcloud/enh/noid/apache-real-ip

adjust apache reverse proxy docs to set x-real-ip
This commit is contained in:
Simon L 2024-05-23 12:01:06 +02:00 committed by GitHub
commit 86509742db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,6 +82,7 @@ Add this as a new Apache site config:
# Reverse proxy based on https://httpd.apache.org/docs/current/mod/mod_proxy_wstunnel.html
RewriteEngine On
ProxyPreserveHost On
RequestHeader set X-Real-IP %{REMOTE_ADDR}s
AllowEncodedSlashes NoDecode
ProxyPass / http://localhost:11000/ nocanon