aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Using_reverse_proxy__59___base_URL_is_http_instead_of_https
diff options
context:
space:
mode:
authoramcalvo <amcalvo@web>2014-05-05 17:49:11 -0400
committeradmin <admin@branchable.com>2014-05-05 17:49:11 -0400
commit2966ddd1cd5a92eb241b1848d58953ca69c5a419 (patch)
treedb0584d8d77f962b2a896a35f748b918d0098a6f /doc/forum/Using_reverse_proxy__59___base_URL_is_http_instead_of_https
parent92a694712d63045d625489873a27e8b6d9754994 (diff)
downloadikiwiki-2966ddd1cd5a92eb241b1848d58953ca69c5a419.tar
ikiwiki-2966ddd1cd5a92eb241b1848d58953ca69c5a419.tar.gz
Added a comment: Workaround for Nginx
Diffstat (limited to 'doc/forum/Using_reverse_proxy__59___base_URL_is_http_instead_of_https')
-rw-r--r--doc/forum/Using_reverse_proxy__59___base_URL_is_http_instead_of_https/comment_3_f402fb426e0460ce927b7847246f699f._comment19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/forum/Using_reverse_proxy__59___base_URL_is_http_instead_of_https/comment_3_f402fb426e0460ce927b7847246f699f._comment b/doc/forum/Using_reverse_proxy__59___base_URL_is_http_instead_of_https/comment_3_f402fb426e0460ce927b7847246f699f._comment
new file mode 100644
index 000000000..8b976fac2
--- /dev/null
+++ b/doc/forum/Using_reverse_proxy__59___base_URL_is_http_instead_of_https/comment_3_f402fb426e0460ce927b7847246f699f._comment
@@ -0,0 +1,19 @@
+[[!comment format=mdwn
+ username="amcalvo"
+ ip="78.53.114.169"
+ subject="Workaround for Nginx"
+ date="2014-05-05T21:49:10Z"
+ content="""
+Thank you for the analysis. I have worked around the issue by using the <http://wiki.nginx.org/HttpSubModule>, something like:
+
+~~~
+location {
+ # Proxy stuff...
+ sub_filter 'http://example.com' 'https://example.com';
+
+}
+~~~
+
+Best regards,
+amc.
+"""]]