forked from infra/ansible
people: Fix redirects after anubis using ServerName, as reqs come in weird.
Signed-off-by: James Antill <james@and.org>
This commit is contained in:
parent
6545b1b177
commit
c635e5ec5c
1 changed files with 4 additions and 1 deletions
|
|
@ -76,7 +76,10 @@ Listen 3923 http
|
|||
<VirtualHost *:3923>
|
||||
|
||||
# Don't redirect to :3923
|
||||
UseCanonicalPhysicalPort Off
|
||||
UseCanonicalName On
|
||||
|
||||
ServerName fedorapeople.org
|
||||
ServerAlias *.fedorapeople.org
|
||||
|
||||
RemoteIPHeader X-Real-Ip
|
||||
RemoteIPInternalProxy ::1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue