32a784c784
When settings the root_url to a slash the paths in the local_settings.py and apache config will be wrong. This patch fixes that issue. Change-Id: Ib64b22bb88b2827ea4be2eb8356aa404984ee0ba Closes-Bug: 1651720
7 lines
225 B
YAML
7 lines
225 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed a bug where passing a '/' as root_url would cause faulty paths in
|
|
local_settings.py and apache configuration. You can now set it to '/' and
|
|
the module will fix the correct root url for you.
|