]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/Using_reverse_proxy__59___base_URL_is_http_instead_of_https/comment_3_f402fb426e0460ce927b7847246f699f._comment
ikiwiki (3.20140916) unstable; urgency=low
[ikiwiki.git] / doc / forum / Using_reverse_proxy__59___base_URL_is_http_instead_of_https / comment_3_f402fb426e0460ce927b7847246f699f._comment
1 [[!comment format=mdwn
2  username="amcalvo"
3  ip="78.53.114.169"
4  subject="Workaround for Nginx"
5  date="2014-05-05T21:49:10Z"
6  content="""
7 Thank you for the analysis. I have worked around the issue by using the <http://wiki.nginx.org/HttpSubModule>, something like:
8
9 ~~~
10 location {
11     # Proxy stuff...
12     sub_filter 'http://example.com' 'https://example.com';
13
14 }
15 ~~~
16
17 Best regards,
18 amc.
19 """]]