aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoramcalvo <amcalvo@web>2014-05-05 17:56:37 -0400
committeradmin <admin@branchable.com>2014-05-05 17:56:37 -0400
commit16f06c028210ff8c6c03db22a4878bcc2c49a319 (patch)
tree313d924d797167d8604bd1d0f66711876d31b02a /doc
parent2966ddd1cd5a92eb241b1848d58953ca69c5a419 (diff)
downloadikiwiki-16f06c028210ff8c6c03db22a4878bcc2c49a319.tar
ikiwiki-16f06c028210ff8c6c03db22a4878bcc2c49a319.tar.gz
Added a comment
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Using_reverse_proxy__59___base_URL_is_http_instead_of_https/comment_4_db726bc81ec5feac76d17ea81f0f80a5._comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/forum/Using_reverse_proxy__59___base_URL_is_http_instead_of_https/comment_4_db726bc81ec5feac76d17ea81f0f80a5._comment b/doc/forum/Using_reverse_proxy__59___base_URL_is_http_instead_of_https/comment_4_db726bc81ec5feac76d17ea81f0f80a5._comment
new file mode 100644
index 000000000..d0b2952b0
--- /dev/null
+++ b/doc/forum/Using_reverse_proxy__59___base_URL_is_http_instead_of_https/comment_4_db726bc81ec5feac76d17ea81f0f80a5._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="amcalvo"
+ ip="78.53.114.169"
+ subject="comment 4"
+ date="2014-05-05T21:56:36Z"
+ content="""
+A correction to the above comment, one needs activate multiple replacements:
+
+~~~
+ sub_filter 'http://example.com' 'https://example.com';
+ sub_filter_once off;
+~~~
+"""]]