From 83f852298132ef6c3757cdc10a34f237a2df33ab Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 6 Jun 2016 19:08:46 -0700 Subject: docs: remove option directive inserting " .. option::" tags create ugly markup, so we just ditch this entirely and continue using refs. --- docs/features/reverseproxy.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/features/reverseproxy.rst') diff --git a/docs/features/reverseproxy.rst b/docs/features/reverseproxy.rst index 87065e73..86a5b2e4 100644 --- a/docs/features/reverseproxy.rst +++ b/docs/features/reverseproxy.rst @@ -7,9 +7,9 @@ In reverse proxy mode, mitmproxy accepts standard HTTP(S) requests and forwards them to the specified upstream server. This is in contrast to :ref:`upstreamproxy`, in which mitmproxy forwards HTTP(S) proxy requests to an upstream proxy server. -================== ===================================== -command-line :option:`-R http[s]://hostname[:port]` -================== ===================================== +================== ================================ +command-line ``-R http[s]://hostname[:port]`` +================== ================================ Here, **http[s]** signifies if the proxy should use TLS to connect to the server. mitmproxy always accepts both encrypted and unencrypted requests and transforms -- cgit v1.2.3