Fix http/https problem on pt3.
This commit is contained in:
parent
05e503a3a7
commit
aeb9bb5142
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ tg.strict_parameters = True
|
|||
server.webpath='/accounts'
|
||||
base_url_filter.on = True
|
||||
base_url_filter.use_x_forwarded_host = True
|
||||
base_url_filter.base_url = "http://localhost:8088/accounts"
|
||||
base_url_filter.base_url = "https://publictest3.fedoraproject.org/accounts"
|
||||
|
||||
# Make the session cookie only return to the host over an SSL link
|
||||
# Disabled for testing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue