aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Using_reverse_proxy__59___base_URL_is_http_instead_of_https/comment_6_e61899aa5ad8798b864dc295102e44f7._comment
blob: ba1896d27dbf22ca25dd26bf4b4158664d9020c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[[!comment format=mdwn
 username="smcv"
 ip="81.100.115.242"
 subject="comment 6"
 date="2014-10-05T22:54:06Z"
 content="""
> One way to solve this would be a new `$config{hard_code_urls}` option

I have added basically this in git master. It isn't in a release yet,
and I renamed it to `$config{reverse_proxy}`.

Also in git master, if `$config{html5} = 1` then the `<base>` URL
will usually be host-relative or protocol-relative (`/wiki/` or
`//example.com/wiki/`) which reduces the need for that option.

These are still subject to change, for now.
"""]]